Skip to content

Instantly share code, notes, and snippets.

@mgamba
Created February 28, 2013 22:48
Show Gist options
  • Save mgamba/5060809 to your computer and use it in GitHub Desktop.
Save mgamba/5060809 to your computer and use it in GitHub Desktop.
branches dates people stufff
for branch in `git branch -r | grep -Ev 'origin/master|origin/staging|heroku/'`; do echo;echo $branch && git log --pretty='%C(white)%h%C(green) %ad %C(yellow)%aN' --date=short $branch -1; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment