1.git 拉取代码到本地 git clone (...) .git 2.1 git 拉取远程最新代码(没做过更改情况下) git pull 3.查看本地分支信息 git status 4.git 提交代码 有更新