Answers for "git delete local untracked files"

17

git remove untracked files

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

how to remove untracked files in git

git clean -fd
Posted by: Guest on June-14-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language