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
I have run git status and see several modified files and several deleted files. Is it possible to stage only deleted or only modified files?