git rm’ing all deleted files

Say you deleted a bunch of files and/or folders in a project. Instead of like

git rm path/to/file

or even

git rm -r path/to/folder/*

you could like all

git add -u

and BAM! done.

  1. hacking-shindyapin posted this