Answers for "git discard untracked"

2

git discard untracked

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

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