Skip to content

Instantly share code, notes, and snippets.

@chrisg32
Created January 6, 2020 17:55
Show Gist options
  • Save chrisg32/de0e0ae4bec74283994b29782036c9e2 to your computer and use it in GitHub Desktop.
Save chrisg32/de0e0ae4bec74283994b29782036c9e2 to your computer and use it in GitHub Desktop.
List all remote git branches by date
git for-each-ref --sort=committerdate refs/remotes/ --format='%(committerdate:short),%(refname:short),%(committername)'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment