Today I Learned

hashrocket A Hashrocket project

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.

See More #git TILs