Published
- 1 min read
git discard untracked
The solution for this is noted below
git discard untracked
Solution
# if you want to clean directories as well add -d
git clean -fd
Try other methods by searching on the site. That is if this doesn’t work