Created
October 3, 2013 21:31
-
-
Save embolden/6817470 to your computer and use it in GitHub Desktop.
How to zip a folder and ignore the .git folder from the OSX command line
This file contains 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
zip -r filename.zip folder-path -x *.git* |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment