Answers for "delete untracked files git command"

17

git remove untracked files

git clean -fdx
Posted by: Guest on March-18-2020
3

git discard untracked

# if you want to clean directories as well add -d
git clean -fd
Posted by: Guest on May-06-2021
0

git abandon untracked files

git clean -i
Posted by: Guest on November-02-2020

Code answers related to "delete untracked files git command"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language