change git log
parent
5cc2caaff5
commit
abb6fca647
|
|
@ -28,7 +28,7 @@ alias gco='git checkout'
|
|||
alias gexport='git archive --format zip --output'
|
||||
alias gdel='git branch -D'
|
||||
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 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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue