How can I email someone a git repository?

Posted by Zubair on Stack Overflow See other posts from Stack Overflow or by Zubair
Published on 2010-03-30T14:00:21Z Indexed on 2010/03/30 14:03 UTC
Read the original article Hit count: 238

Filed under:

I have tried:

git archive HEAD --format=zip > archive.zip

:and then I email archive.zip and at the other end they unzip archive.zip into a folder. But when they try any git commands they find out that this does not produce a valid git repository

© Stack Overflow or respective owner

Related posts about git