Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git でブランチの最初の作成を見つける簡単な方法は何ですか?
HEADの差分で実行したい
git が実際に追跡しているのは、ソース間の分岐点であるため、ブランチの実際の作成点が利用可能であるとは限りません。マージ、リベース、チェリーピックなどの多くのことが失われます。
したがって、残念ながら、簡単な解決策はありません。GUI を使用してツリーを調べることをお勧めします (Mac の GitX-dev が好きです)。