mirror of https://github.com/ohmyzsh/ohmyzsh.git
Merge pull request #3052 from DariusPHP/master
#git plugin git diff-tree --name-only addedpull/2183/merge
commit
686f29f07d
|
@ -7,6 +7,8 @@ alias gd='git diff'
|
|||
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
|
||||
alias gl='git pull'
|
||||
compdef _git gl=git-pull
|
||||
alias gup='git pull --rebase'
|
||||
|
|
Loading…
Reference in New Issue