1. 查看远程分支
$ git branch -a
2. 查看本地分支
$ git branch
3. 切换分支 developer
$ git checkout -b developer origin/developer
#已经切换到developer分支了
4. 查看本地分支
$ git branch
5. 切换回master分支
$ git checkout master
1. 查看远程分支
$ git branch -a
2. 查看本地分支
$ git branch
3. 切换分支 developer
$ git checkout -b developer origin/developer
#已经切换到developer分支了
4. 查看本地分支
$ git branch
5. 切换回master分支
$ git checkout master
本文标题:git 切换分支
本文链接:https://www.haomeiwen.com/subject/ngrnoktx.html
网友评论