git add -A
stages All
git add .
stages new and modified, without deleted
git add -u
stages modified and deleted, without new
Posted by Sean Feldman to Sean Feldman's deck (2015-01-06 21:39)
git add -A
stages All
git add .
stages new and modified, without deleted
git add -u
stages modified and deleted, without new