Answers for "git unstage untracked files"

10

git stash untracked files

git stash --include-untracked
Posted by: Guest on May-05-2020
15

git remove untracked files

git clean -fdx
Posted by: Guest on March-18-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language