查看本地分支
打印出所有本地分支的列表。
- 使用
git branch
命令显示所有本地分支的列表。 - 使用箭头键进行导航,按下 Q 键退出。
git branch
# 示例
git branch
# master
# patch-1
# patch-2
打印出所有本地分支的列表。
git branch
命令显示所有本地分支的列表。git branch
# 示例
git branch
# master
# patch-1
# patch-2