mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Merge d20cf07ebc into 140034605e
This commit is contained in:
commit
1edf20c2b5
1 changed files with 4 additions and 0 deletions
|
|
@ -13,8 +13,12 @@ alias gl='git pull'
|
|||
compdef _git gl=git-pull
|
||||
alias gup='git pull --rebase'
|
||||
compdef _git gup=git-fetch
|
||||
alias gupv='git pull -v --rebase'
|
||||
compdef _git gupv=git-fetch
|
||||
alias gp='git push'
|
||||
compdef _git gp=git-push
|
||||
alias gpv='git push -v'
|
||||
compdef _git gpv=git-push
|
||||
alias gd='git diff'
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue