Skip to content

Instantly share code, notes, and snippets.

@jroper
Created February 6, 2020 02:06
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jroper/4c4415e853ef5696f7e4c135e20e4d17 to your computer and use it in GitHub Desktop.
Save jroper/4c4415e853ef5696f7e4c135e20e4d17 to your computer and use it in GitHub Desktop.
git br alias
git config --global alias.br "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