Created
November 17, 2014 00:38
-
-
Save bouassaba/f6127e7cc89f16c9892c to your computer and use it in GitHub Desktop.
Check unmerged branches in git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Get non merged branches | |
git branch --no-merged | |
# Get merged branches | |
git branch --merged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment