Skip to content

Instantly share code, notes, and snippets.

@sabahtalateh
Created February 2, 2018 13:36
Show Gist options
  • Save sabahtalateh/3ce0c1f55b64ff7ffb45fbd423ec09e7 to your computer and use it in GitHub Desktop.
Save sabahtalateh/3ce0c1f55b64ff7ffb45fbd423ec09e7 to your computer and use it in GitHub Desktop.
show all branches with time
git branch --all --sort=creatordate --format "%(creatordate:relative);%(committername);%(refname)" | grep -v ";HEAD$" | column -s ";" -t
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment