When I am in my local repo and do
git show <commit-SHA>
it shows me the commit and its associated file changes.
But git does a search across all branches in the repo, not just the branch I am currently in. How do I get it to display in which of the local branches that commit is located?