假设我从feature1
分支创建了一个名为develop
的分支。
另外,我从issue123
分支创建了feature1
分支。
现在我想知道feature1
是从develop
分支创建的,同样issue123
分支是从develop
分支创建的。
我该怎么做?
非常感谢任何帮助。感谢。
答案 0 :(得分:0)
答案 1 :(得分:0)
不完全是你想要的,但是它的一些紧密解决方案是..
git show-branch
git show-branch --all
而且,
git log --all --graph --decorate --oneline --simplify-by-decoration