Skip to content

Instantly share code, notes, and snippets.

@dsturnbull
Created October 6, 2011 22:51
Show Gist options
  • Save dsturnbull/1268938 to your computer and use it in GitHub Desktop.
Save dsturnbull/1268938 to your computer and use it in GitHub Desktop.
[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