Someone by accident just commited all of their bin and obj folders to our repo (there are around 40 such folders). I would like to do a git rm -r
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 deleted files:
This question already has answers here: How 开发者_运维百科do I show the changes which have been staged?
I staged a few changes to be committed. How do I see the diffs of all files which are staged for the next commit? Is there a handy one-liner for this?