Created
October 6, 2011 22:51
-
-
Save dsturnbull/1268938 to your computer and use it in GitHub Desktop.
This file contains 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
[alias] | |
br = "!git branch --no-merged | while read x; do printf \\\\033[31m%s\\\\033[0m\\\\n $x; git --no-pager log --pretty=oneline --abbrev-commit ..$x; echo; done" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment