This commit is contained in:
Vladimir Kochnev 2015-06-04 08:54:41 +00:00
commit 83dbb511a3

View file

@ -7,8 +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 gdt='git diff-tree --no-commit-id --name-only -r' alias gdtr='git diff-tree --no-commit-id --name-only -r'
compdef _git gdc=git diff-tree --no-commit-id --name-only -r compdef _git gdtr=git diff-tree --no-commit-id --name-only -r
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'