网站首页 文章专栏 Git查看本地分支、查看远程分支、及查看全部分支
Git 查看本地分支、
git branch
Git 查看远程分支、
git branch -r
Git 查看全部分支
git branch -a
注:有个*在前面的为 当前分支