2017-03-02 25 views

回答

0

如果找到分支C和E的共同祖先是你需要什麼,然後:

git merge-base <hash of commit C> <hash of commit E> 
1

您可以看到git log [options]並找到特定分支的開始提交。

$ git log --oneline --decorate --all --graph