Skip to content

Instantly share code, notes, and snippets.

@goliatone
Created March 18, 2014 19:40
Show Gist options
  • Save goliatone/9627786 to your computer and use it in GitHub Desktop.
Save goliatone/9627786 to your computer and use it in GitHub Desktop.
git, order branches by commit date
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