1、 git clone url地址 将项目检出到本地
2、 git status 看工作区状态
3、 git add 文件名
4、 git commit
5、 git push 将项目提交到服务器仓库
6、 git pull 将服务器代码更新到本地