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
|
I have tried:
: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
| |||||
feedback
|
|
You could use See "backing up project which uses git"
Once received, you can clone it or fetch from that file. As mentioned in "Backup of github repo", you will probably want for the first email to make your bundle with all branches:
As Andreas mentions in the comments, Scott Chacon recently (March 2010) wrote a "cute" article on this topic in the ProGit blog: | |||||||||||||||||
feedback
|