1、gitee展示分支
git branch
2、展示远程分支
git branch -r
3、新建分支
git branch base
4、切换分支
git checkout base

合并冲突
当代码在服务器上被提交了,再在本地提交会提示报错

点击merge

1、gitee展示分支
git branch
2、展示远程分支
git branch -r
3、新建分支
git branch base
4、切换分支
git checkout base

合并冲突
当代码在服务器上被提交了,再在本地提交会提示报错

点击merge
