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 12 March 2023 23:35:25 by Tamarine
Updated 12 March 2023 23:36:31 by Tamarine