I deleted a bunch of files / directories from a git repository using rm
, the Finder, etc.
I'm looking for a git command that'll record these to the index as marked for removal. (As if I had called git rm
on them.)
I understand git add -u
will do this, along with a bunch of other things. I'd like my command to exclusively handle removals.