Git: staging files
git add -A
stages All
git add .
stages new and modified, without deleted
git add -u
stages modified and deleted, without new
git add -A
stages All
git add .
stages new and modified, without deleted
git add -u
stages modified and deleted, without new