2017-03-02 13 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 
関連する問題