2019年10月28日

Git提交代码的正确姿势

摘要: 按此步骤基本没问题,中间有conflict,需要手动解决。 1、git stash 2、git pull 3、git stash pop 4、git add --xxx 5、git commit -m "msg" 6、git pull -r 或 git pull -rebase 7、git push 阅读全文

posted @ 2019-10-28 10:11 二云 阅读(1104) 评论(0) 推荐(0) 编辑

导航