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.
ブランチがマージされたときのトランクのリビジョンを把握しようとしていますが、方法がわかりません。助けてくれてありがとう。
リポジトリのネットワーク図は github.com で確認できます。すべてのブランチのフロー図と、それらが適切なリビジョン番号でマージされたかどうか、またはいつマージされたかが表示されます。
git log --all --decorate --one-line --graph
コマンドラインを離れずに履歴を見ることができます。