mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Update git.plugin.zsh
This commit is contained in:
parent
b2647f1a10
commit
58e752fc7d
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ alias gup='git pull --rebase'
|
||||||
compdef _git gup=git-fetch
|
compdef _git gup=git-fetch
|
||||||
alias gp='git push'
|
alias gp='git push'
|
||||||
compdef _git gp=git-push
|
compdef _git gp=git-push
|
||||||
alias gp='git push --delete'
|
alias gpd='git push --delete'
|
||||||
compdef _git gpd=git-push
|
compdef _git gpd=git-push
|
||||||
alias gd='git diff'
|
alias gd='git diff'
|
||||||
gdv() { git diff -w "$@" | view - }
|
gdv() { git diff -w "$@" | view - }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue