Git - remove untracked files

0 votes
204 views
added Jun 28, 2019 in Git by LC Marshal Captain (25,790 points)
// To check which file to remove
git clean -n

// Once confirm
git clean -f

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...