Skip to content

Instantly share code, notes, and snippets.

@normand1
Forked from kristofferh/git-export
Created July 17, 2016 18:24
Show Gist options
  • Save normand1/573e09f1b21019b8fb60a16e35a63a85 to your computer and use it in GitHub Desktop.
Save normand1/573e09f1b21019b8fb60a16e35a63a85 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