finding git branches that contain a commit

Developer from somewhere

Information found here:

git branch --contains SOMESHA

and to find only local ones:

git branch -r --contains SOMESHA