Fixed typo for git diff-tree

This commit is contained in:
Corvin Mcpherson 2015-04-14 17:07:24 -04:00
commit 3c722876ef

View file

@ -8,7 +8,7 @@ compdef _git gd=git-diff
alias gdc='git diff --cached'
compdef _git gdc=git-diff
alias gdt='git diff-tree --no-commit-id --name-only -r'
compdef _git gdc=git diff-tree --no-commit-id --name-only -r
compdef _git gdt=git diff-tree --no-commit-id --name-only -r
alias gl='git pull'
compdef _git gl=git-pull
alias gup='git pull --rebase'