mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-13 03:01:32 +01:00
New alias gdw for git diff --word-diff
This commit is contained in:
parent
df0305aba5
commit
7a4a85f7a5
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ alias gd='git diff'
|
||||||
compdef _git gd=git-diff
|
compdef _git gd=git-diff
|
||||||
alias gdc='git diff --cached'
|
alias gdc='git diff --cached'
|
||||||
compdef _git gdc=git-diff
|
compdef _git gdc=git-diff
|
||||||
|
alias gdw='git diff --word-diff'
|
||||||
|
compdef _git gdw=git-diff
|
||||||
alias gl='git pull'
|
alias gl='git pull'
|
||||||
compdef _git gl=git-pull
|
compdef _git gl=git-pull
|
||||||
alias gup='git pull --rebase'
|
alias gup='git pull --rebase'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue