Created
May 13, 2014 22:25
-
-
Save Puriney/c4c074b76ea5079403e8 to your computer and use it in GitHub Desktop.
Git: pretty log
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
# Pretty git log | |
# https://github.com/tiimgreen/github-cheat-sheet/blob/master/README.zh-cn.md#%E6%9B%B4%E7%9B%B4%E8%A7%82%E7%9A%84git-log | |
# echo $0 >> ~/.bash_profile | |
alias gitlog="git log --all --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment