Revision: 54348
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
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