git commit -m 和 git commit -am
git add . git commit -m 'update'
git commit -am 'update'
【am】 就是 【add modify】 两个命令的合并