Posts by Israel Guido • 11 points
1 post
-
1
votes4
answers15428
viewsA: How do I remove local files(untracked files) from my current branch(branch) in Git?
Shows the files that will be removed: git clean -dnf Removes the untracked files git clean -df
gitanswered Israel Guido 11