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 コミット ID が与えられた場合、このコミットがマージされたブランチを見つけるにはどうすればよいですか?
コミットがブランチ履歴 (コミットのリスト) の一部である場合、コミットはブランチにマージされています。だからそれはするべきです:
git branch --contains <commit>