标签:同事 www 代码 rebase 推送 https 上推 完成 merge
一般是和同事合作完成某一需求。
1.git add . -A
2.git commit
3.git pull
4.git push
如果出现冲突git pull的时候,解决冲突,merge,手动解决
然后git rebase --continue 然后 git push。
如果注释信息填写错误,这个写的很详细了
https://www.jianshu.com/p/098d85a58bf1
标签:同事 www 代码 rebase 推送 https 上推 完成 merge
原文地址:https://www.cnblogs.com/onlyzhangmeng/p/12501439.html