How can I 'mirror' my git repository locally?

Posted by michael on Stack Overflow See other posts from Stack Overflow or by michael
Published on 2010-03-08T04:37:25Z Indexed on 2010/03/08 4:51 UTC
Read the original article Hit count: 345

Filed under:

Hi,

I have followed the following instructions in setting a git repository locally in one of my hard drive (1):

https://trac.webkit.org/wiki/UsingGitWithWebKit

I would like to know if it is possible for me to set up another repository in a different hard drive which mirrors the one I setup in (1)? By mirrors, I mean if I commit some changes the other repository can retrieve it.

Thank you.

© Stack Overflow or respective owner

Related posts about git