Last active
June 12, 2016 23:59
-
-
Save taise/674a5d2e478e55dd3cd7408c7d753aed to your computer and use it in GitHub Desktop.
This file contains hidden or 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 log --pretty="tformat:$(tput bold)$(tput setaf 3)%h$(tput sgr0);;$(tput bold)$(tput setaf 4)%an$(tput sgr0);;$(tput bold)$(tput setaf 2)%aD%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08%x08$(tput sgr0);;$(tput bold)$(tput setaf 1)%d$(tput sgr0) $(tput setaf 7)%s$(tput sgr0)" --graph --all |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment