Find git branches that contain a commit sha
If you are trying to find which of your git repo's branches include a specific commit sha, use this command.
git branch --contains <commit-sha>
Shout out to Andrew for showing me this.
TweetIf you are trying to find which of your git repo's branches include a specific commit sha, use this command.
git branch --contains <commit-sha>
Shout out to Andrew for showing me this.
Tweet