1.git clone 项目地址 2.修改本地文件 3.git status 查看修改和暂存状态 4.git commit -a -m "描述信息" 跳过暂存步骤提交更新 5.git pull 项目地址 拉取远程文件并合并到本地 6.git push