How do you delete untracked files from your git working copy?
|
feedback
|
|
| |||||||
feedback
|
If you just want to remove ignored files, run Unless you specify Note that as of git-1.6.0, the dashed style of writing git commands (ie, | ||||
|
feedback
|
|
| ||||
|
feedback
|
|
"git-clean" is what you are looking for. It is used to remove untracked files from the working tree: http://www.kernel.org/pub/software/scm/git/docs/git-clean.html | |||
|
feedback
|