Return to Snippet

Revision: 54348
at December 21, 2011 00:07 by limepix


Initial Code
git clean -d -x -n

Initial URL


Initial Description
"-n" just shows you what will be deleted.
Replace it with "-f" to actually clean your repository

Initial Title
clean up a git repository

Initial Tags
git

Initial Language
Bash