微信扫一扫
1.git pull origin master
2. git add .
3.git commit -am "备注"
4.git push origin master :提交代码,更新远程仓库
相关推荐