Answers for "how to clear untracked changes in git"

3

git discard untracked

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

clear untracked files git

git clean -f
Posted by: Guest on December-02-2019

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language