Created
September 29, 2015 12:16
-
-
Save ihorvorotnov/c49061cf35b9bf21e21c to your computer and use it in GitHub Desktop.
Git Tips
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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