Skip to content

Instantly share code, notes, and snippets.

@joshsusser
Created March 26, 2014 21:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joshsusser/9793740 to your computer and use it in GitHub Desktop.
Save joshsusser/9793740 to your computer and use it in GitHub Desktop.
git - list remote branches ordered by recent activity
git for-each-ref --sort=-committerdate refs/remotes/origin/ --format='%(committerdate:short) %(refname:short)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment