Andy's linux notes
Showing posts with label
git
.
Show all posts
Showing posts with label
git
.
Show all posts
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*~
Older Posts
Home
Subscribe to:
Posts (Atom)