change git log

pull/213/head
Steve Martin 2013-06-12 10:44:01 +01:00
parent 5cc2caaff5
commit abb6fca647
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ alias gco='git checkout'
alias gexport='git archive --format zip --output' alias gexport='git archive --format zip --output'
alias gdel='git branch -D' alias gdel='git branch -D'
alias gmu='git fetch origin -v; git fetch upstream -v; git merge upstream/master' alias gmu='git fetch origin -v; git fetch upstream -v; git merge upstream/master'
alias gl='git log' alias glo='git log'
alias gls='git log --pretty=%H' alias gls='git log --pretty=%H'
alias gll='git log --graph --pretty=oneline --abbrev-commit' alias gll='git log --graph --pretty=oneline --abbrev-commit'
alias gg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative" alias gg="git log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr)%Creset' --abbrev-commit --date=relative"