-
git add -A
stages All -
git add .
stages new and modified, without deleted -
git add -u
stages modified and deleted, without new
【Git】git add -A = git add . + git add -u

git add -A
stages Allgit add .
stages
new and modified, without deletedgit add -u
stages
modified and deleted, without new