List Merged Branches
Today I learned a new Git trick: to show branches already merged into a branch, try this command:
$ git branch --merged master
add-basic-auth
add-channels
add-developer-username
add-developers
add-developers-show
add-hashtag-to-slack-post
For an open source project like Today I Learned, this is an interesting way to get a sense of the project.
Tweet