Answers for "how to discard untracked directory in git"

2

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 untracked folder

git rm -r --cached --ignore-unmatch afolder/*/*
Posted by: Guest on September-15-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language