Skip to content

Instantly share code, notes, and snippets.

@beshkenadze
Created December 14, 2012 06:16
Show Gist options
  • Save beshkenadze/4283109 to your computer and use it in GitHub Desktop.
Save beshkenadze/4283109 to your computer and use it in GitHub Desktop.
Mirroring git repo
git push --mirror [email protected]:username/project.git
git archive --format zip --output /full/path/to/zipfile.zip master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment