Answer the question
In order to leave comments, you need to log in
How to find out in Git log --format the branches to which a commit belongs?
Each commit can belong to some other branch besides the current one. How to display which branches a commit belongs to?
Answer the question
In order to leave comments, you need to log in
Read some book on git already.
git branch --contains commit-ish
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question