1、查看状态git status2、将代码更新到本地indexgit add .3、更新远程代码git pull 4、提交到本地仓库git commit -m “qinchw update” 5、推送到远程分支git push