Git 解决冲突

假如提交代码之后有冲突,解决冲突之后
1、git add .
2、git commit -m '解决文件冲突'
3、git rebase --continue
4、git branch 查看分支
5、git push

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