嗨,我该如何在gitbash中分支之间建立连接?我不确定我的分支做得好。所以我有Master-> dev->功能,但我不确定该功能是否是dev分支的子级:)
答案 0 :(得分:3)
您可以尝试一下:
git log --graph --all --decorate --simplify-by-decoration
它将仅显示具有分支头或标记的提交。
答案 1 :(得分:1)
在bash中使用https://git-scm.com/docs/git-show-branch
git show-branch --all
或gitk
Git-Docu还有一个页面,列出了不同操作系统的GUI客户端:https://git-scm.com/download/gui/windows