|
|
@ -35,6 +35,8 @@ alias giu='git add --update'
|
|
|
|
compdef _git giu=git-add
|
|
|
|
compdef _git giu=git-add
|
|
|
|
alias gid='git diff --no-ext-diff --cached'
|
|
|
|
alias gid='git diff --no-ext-diff --cached'
|
|
|
|
compdef _git gid=git-diff
|
|
|
|
compdef _git gid=git-diff
|
|
|
|
|
|
|
|
function giD() { git diff --no-ext-diff --cached --ignore-all-space "$@" | view - }
|
|
|
|
|
|
|
|
compdef _git giD=git-diff
|
|
|
|
alias gir='git reset'
|
|
|
|
alias gir='git reset'
|
|
|
|
compdef _git gir=git-reset
|
|
|
|
compdef _git gir=git-reset
|
|
|
|
alias giR='git reset --mixed'
|
|
|
|
alias giR='git reset --mixed'
|
|
|
|