From: Taylor Hedberg <hidden> Date: 2016-06-15 22:50:16
On Sun, Dec 19, 2010 at 08:29:50AM +0000, Maaartin wrote:
There's one more problem. My script doesn't recognize deleted files, since
git add -A
does nothing to them. I'm quite sure I saw a solution to this, but can't find
it now...
I believe "git add -u" will do the same thing as "git add -A", plus
handle deleted files.