Answers for "how to get untracked files from any git repository"

1

how to remove untracked files in git

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

how to remove untracked files in git

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

Code answers related to "how to get untracked files from any git repository"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language