|
|
|
@ -18,6 +18,7 @@ compdef _git gp=git-push |
|
|
|
alias gd='git diff' |
|
|
|
alias gd='git diff' |
|
|
|
gdv() { git diff -w "$@" | view - } |
|
|
|
gdv() { git diff -w "$@" | view - } |
|
|
|
compdef _git gdv=git-diff |
|
|
|
compdef _git gdv=git-diff |
|
|
|
|
|
|
|
alias gdt='git difftool' |
|
|
|
alias gc='git commit -v' |
|
|
|
alias gc='git commit -v' |
|
|
|
compdef _git gc=git-commit |
|
|
|
compdef _git gc=git-commit |
|
|
|
alias gc!='git commit -v --amend' |
|
|
|
alias gc!='git commit -v --amend' |
|
|
|
|