查看本地分支
git branch
查看远程仓库分支
git branch -r
查看本地与远程仓库分支
git branch -a
切换分支
git checkout origin/dev/js
京公网安备 11010502049817号