mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-20 03:13:33 +01:00
Fixed typo for git diff-tree
This commit is contained in:
parent
75b9030f48
commit
3c722876ef
1 changed files with 1 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue