Skip to content

Instantly share code, notes, and snippets.

@freshjones
Created April 23, 2014 20:03
Show Gist options
  • Save freshjones/11230317 to your computer and use it in GitHub Desktop.
Save freshjones/11230317 to your computer and use it in GitHub Desktop.
Git Archive Tar Command
git archive branch --format=tar | gzip > branch.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment