Today I Learned

hashrocket A Hashrocket project

Was that branch merged into master?

To see if a branch was merged into master, use the --merged flag.

git branch --merged master

This will show all the existing branches that have been merged into master.

See More #git TILs