Created
January 7, 2012 04:11
-
-
Save jhsu/1573758 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] | |
brt = "!for k in `git branch|perl -pe s/^..//`;do echo `git show --pretty=format:\"%Cgreen%ci %Cblue%cr%Creset\" $k|head -n 1`\t$k;done|sort -r" |
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
2012-01-06 16:06:51 -0500 7 hours ago master | |
2012-01-05 23:26:59 -0500 24 hours ago master-newrelic | |
2012-01-05 10:34:02 -0500 2 days ago rails3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment