Published
- 1 min read
git remove all un versioned files
The solution for this is noted below
git remove all un versioned files
Solution
git clean -fd
git clean -fx
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
git clean -fd
git clean -fx
Try other methods by searching on the site. That is if this doesn’t work