a git command that removes untracked files from a repository's working tree
I'm getting the "The following untracked working tree files would be overwritten by checkout...please move or remove them before …
git git-cleanmkdir repo cd repo git init mkdir temp touch temp/in.tmp touch out.tmp echo '*tmp' > .gitignore …
git git-cleanHi I am curious about the difference between these two commands. When they introduce here: https://www.atlassian.com/git/…
git git-reset git-clean