Is there a way to use a command like git ls-files to show only untracked files? The reason I'm asking is because I use the following command to process all del
There is a file that was being tracked by Git, but now the file is on the .gitignore list. However, that file keeps showing up in git status after it's edited.