mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-06-05 05:03:16 +02:00
Merge 20f8e2a3c8 into 93d9431890
This commit is contained in:
commit
9b6cd2375c
1 changed files with 7 additions and 7 deletions
|
|
@ -174,14 +174,14 @@ alias gke='\gitk --all $(git log -g --pretty=%h)'
|
||||||
compdef _git gke='gitk'
|
compdef _git gke='gitk'
|
||||||
|
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
alias glg='git log --stat'
|
alias glg='git log --show-signature --stat'
|
||||||
alias glgp='git log --stat -p'
|
alias glgp='git log --show-signature --stat -p'
|
||||||
alias glgg='git log --graph'
|
alias glgg='git log --show-signature --graph'
|
||||||
alias glgga='git log --graph --decorate --all'
|
alias glgga='git log --show-signature --graph --decorate --all'
|
||||||
alias glgm='git log --graph --max-count=10'
|
alias glgm='git log --show-signature --graph --max-count=10'
|
||||||
alias glo='git log --oneline --decorate'
|
alias glo='git log --oneline --decorate'
|
||||||
alias glol="git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit"
|
alias glol="git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %GK%Creset' --abbrev-commit"
|
||||||
alias glola="git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --all"
|
alias glola="git log --graph --pretty='%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an> %GK%Creset' --abbrev-commit --all"
|
||||||
alias glog='git log --oneline --decorate --graph'
|
alias glog='git log --oneline --decorate --graph'
|
||||||
alias gloga='git log --oneline --decorate --graph --all'
|
alias gloga='git log --oneline --decorate --graph --all'
|
||||||
alias glp="_git_log_prettily"
|
alias glp="_git_log_prettily"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue