Monday, 27 September 2010

Zip a Git

how to zip up mydir excluding all the git files and the tmp files:

zip -r output.zip mydir/ -x *.git* *tmp*~

No comments:

Post a Comment