Skip to content

Instantly share code, notes, and snippets.

@nunodotferreira
Forked from leonardocardoso/gitzip.sh
Created June 4, 2018 08:32
Show Gist options
  • Select an option

  • Save nunodotferreira/fa411a2f37c7232a43149078a8ab65a6 to your computer and use it in GitHub Desktop.

Select an option

Save nunodotferreira/fa411a2f37c7232a43149078a8ab65a6 to your computer and use it in GitHub Desktop.
Zip folder ignoring files listed on .gitignore
#...
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