赞
踩
查看本地分支名称: git branch查看远程分支名称: git branch -r查看所有本地和远程分支名称: git branch -a查看详细信息,包括本地或远程分支的使用情况、提交 ID 和提交消息: git branch -vv或 git branch -vva