Last Updated: February 25, 2016
·
338
· KieranP

Bulk remove files from Git

If you delete a whole lot of files and you want to commit those deletions, running 'git rm' for each file can take a long time. Instead, you can run the following to stage all removals in one go.

git add -u