Skip to content

Instantly share code, notes, and snippets.

@doyle
Created April 28, 2015 14:47
Show Gist options
  • Save doyle/a4a4598db680126835e3 to your computer and use it in GitHub Desktop.
Save doyle/a4a4598db680126835e3 to your computer and use it in GitHub Desktop.
Example usage of archiving a git repo to a tar file
git archive --format tar master | gzip -9 > foo.tar.gz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment