Skip to content

Instantly share code, notes, and snippets.

@pwiesner
Created February 18, 2016 21:43
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 pwiesner/2ee081d3f3b3d363c724 to your computer and use it in GitHub Desktop.
Save pwiesner/2ee081d3f3b3d363c724 to your computer and use it in GitHub Desktop.
List all remote branches sorted by their most recent commit date
git for-each-ref --sort=-committerdate refs/remotes/ --format='%(committerdate:iso8601) %(refname:short)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment