Skip to content

Instantly share code, notes, and snippets.

@alexanmtz
Forked from kristofferh/git-export
Created January 2, 2019 10:01
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 alexanmtz/5b05d14474f105d32bcccbc5179d5f82 to your computer and use it in GitHub Desktop.
Save alexanmtz/5b05d14474f105d32bcccbc5179d5f82 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