git pull //拉取代码 git status //查看代码变更情况 git add . //变更代码文件加索引 git commit -m '备注' //提交变更 git push // 提交代码到远程仓库