git rebase后发生冲突怎么办?

git rebase后发生冲突操作步骤

1.解决冲突
2.git add . 
3.git commit -a -m 'xxx'
4.git rebase --continue
5.git push

你可能感兴趣的:(git,git)