Skip to content

Instantly share code, notes, and snippets.

@jasondscott
Created November 26, 2013 19:16
Show Gist options
  • Save jasondscott/7664333 to your computer and use it in GitHub Desktop.
Save jasondscott/7664333 to your computer and use it in GitHub Desktop.
Git Command to sort your branches by most recently changed.
git for-each-ref --sort=-committerdate refs/heads/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment