https://git-scm.com/docs/git-rm
Say I run a commit but then I realize that I have just committed files that I don't wish to commit
if I run git rm on a file, it will literally delete the file from my project and the filesystem.
I just want to remove the file from the most recent commit and stop tracking it - basically gitignoring retroactively!