Skip to content

Instantly share code, notes, and snippets.

@AbhiPrasad
Created April 26, 2019 19:37
Show Gist options
  • Save AbhiPrasad/8410c6bf0ab1d6f8b82902d4f061200a to your computer and use it in GitHub Desktop.
Save AbhiPrasad/8410c6bf0ab1d6f8b82902d4f061200a to your computer and use it in GitHub Desktop.
Check which branches you've worked on
alias glb="git for-each-ref --sort=-committerdate refs/heads/ --format='%(authordate:short) %(color:red)%(objectname:short) %(color:yellow)%(refname:short)%(color:reset) (%(color:green)%(committerdate:relative)%(color:reset))'"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment