On Thu, Nov 6, 2008 at 4:08 PM, Yaser Raja [off-list ref] wrote:
Hi
[...]
I came to know about --mirror option of git-clone and used it to make
a bare repository replica of the MainRep. Now i am not sure how to
keep it in sync with the MainRep.
$ git fetch
as it is bare you cannot merge, so you cannot pull.
HTH,
Santi