在本地修改项目提交代码到远程的步骤:
1、git add .
2、git commit -m "提交的注释信息"
3、git pull origin master 重新拉取一下代码再提交
4、git push origin master 最后推送代码到远程仓库
v