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.
This is a tumblelog, kinda like a blog but with short-form, mixed-media posts with stuff I like. Scroll down a bit to start reading, or a bit more to read more about me.
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.