Created
February 28, 2013 22:48
-
-
Save mgamba/5060809 to your computer and use it in GitHub Desktop.
branches dates people stufff
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
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