Skip to content

Instantly share code, notes, and snippets.

@ihorvorotnov
Created September 29, 2015 12:16
Show Gist options
  • Save ihorvorotnov/c49061cf35b9bf21e21c to your computer and use it in GitHub Desktop.
Save ihorvorotnov/c49061cf35b9bf21e21c to your computer and use it in GitHub Desktop.
Git Tips
# Create a repository archive
# Format: git archive {branchname} --format={compression} --output={filename}
git archive master --format=tar --output=kuma.tar
git archive some-feature-branch --format=tar --output=kuma.tar
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment