Skip to content

Instantly share code, notes, and snippets.

@gorlok
Created August 4, 2020 17:19
Show Gist options
  • Save gorlok/5e2efb9935738a02aec328d237846f8d to your computer and use it in GitHub Desktop.
Save gorlok/5e2efb9935738a02aec328d237846f8d to your computer and use it in GitHub Desktop.
git branches format and color
git for-each-ref --format='%(color:cyan)%(authordate:format:%d/%m/%Y %H:%M) %(align:25,left)%(color:yellow)%(authoremail)%(end) %(color:reset)%(refname:strip=3)' --sort=authordate refs/remotes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment