Merge pull request #3073 from ajhenriques/master

add git difftool alias (gdt)
This commit is contained in:
Robby Russell 2014-09-01 13:02:55 +02:00
commit da94f45f9c

View File

@ -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'