Skip to content

Instantly share code, notes, and snippets.

@litvil
Last active December 15, 2016 15:11
Show Gist options
  • Save litvil/32c5e3bd113fc198e536f27891d8f82c to your computer and use it in GitHub Desktop.
Save litvil/32c5e3bd113fc198e536f27891d8f82c to your computer and use it in GitHub Desktop.
GIT: list all brunches sorted by age
git for-each-ref --sort=committerdate refs/heads/ --format='%(HEAD) %(color:yellow)%(refname:short)%(color:reset) - %(color:red)%(objectname:short)%(color:reset) - %(contents:subject) - %(authorname) (%(color:green)%(committerdate:relative)%(color:reset))'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment