Remove all untracked files

To remove all unwanted un-tracked files you can just run:

git clean

Use it with -n for a dry run to see the list of files that it will be removing.

Use it with -d to also remove directories, can be used with -n.


Revision #1
Created 2023-03-12 23:35:25 UTC by Tamarine
Updated 2023-03-12 23:36:31 UTC by Tamarine