mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
#git plugin git diff-tree --name-only added
This commit is contained in:
parent
1b7a3ea99a
commit
5d6c73d7d3
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue