Created
August 4, 2020 17:19
-
-
Save gorlok/5e2efb9935738a02aec328d237846f8d to your computer and use it in GitHub Desktop.
git branches format and color
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
based on https://stackoverflow.com/questions/12055198/find-out-a-git-branch-creator/19135644#19135644