Skip to content

Instantly share code, notes, and snippets.

@bobbychopra
Forked from kristofferh/git-export
Created September 21, 2017 18:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bobbychopra/68fc2675e675812cc2de1fbcede52932 to your computer and use it in GitHub Desktop.
Save bobbychopra/68fc2675e675812cc2de1fbcede52932 to your computer and use it in GitHub Desktop.
"Export" a git repository to zip file
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