Skip to content

Instantly share code, notes, and snippets.

@Puriney
Created May 13, 2014 22:25
Show Gist options
  • Save Puriney/c4c074b76ea5079403e8 to your computer and use it in GitHub Desktop.
Save Puriney/c4c074b76ea5079403e8 to your computer and use it in GitHub Desktop.
Git: pretty log
# 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