-
-
Save nunodotferreira/fa411a2f37c7232a43149078a8ab65a6 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 $@.zip HEAD | |
| } | |
| #... gitzip ZIPPED_FILE_NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment