Created
March 18, 2014 19:40
-
-
Save goliatone/9627786 to your computer and use it in GitHub Desktop.
git, order branches by commit date
This file contains hidden or 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
git for-each-ref --sort=-committerdate refs/heads/ --format='%(committerdate:short) %(authorname) %(refname:short)' | |
#2014-03-18 goliatone 251_how_a_bill_becomes_a_law_html_css | |
#2014-03-18 goliatone 292_what_you_can_do_timestamping | |
#2014-03-18 goliatone 138_WYCD_data_viz |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment