If you have a commit and you want to see in what branches is is included, you have to write this:
git branch -r --contains [COMMIT-SHA]
-r is for remote
Posted by Dragos Miron to HouseTrip Deck (2013-02-06 14:58)
If you have a commit and you want to see in what branches is is included, you have to write this:
git branch -r --contains [COMMIT-SHA]
-r is for remote