git commit -m xxxxx
Changes not staged for commit
git push 失败
Everything up-to-date
2. 提交时加上参数:-a ,表示新增。
git commit -am "提交说明"成功