-
-
Save andjc/e9a84d2a43adc1d9637f7baa01c00f1c to your computer and use it in GitHub Desktop.
Zip folder ignoring files listed on .gitignore
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
#... | |
function gitzip() { | |
git archive -o [email protected] HEAD | |
} | |
#... gitzip ZIPPED_FILE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment