mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +02:00
Merge ff47712e82 into f5537241a4
This commit is contained in:
commit
985cc1c347
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ alias gd='git diff'
|
|||
alias gdca='git diff --cached'
|
||||
alias gdct='git describe --tags `git rev-list --tags --max-count=1`'
|
||||
alias gdt='git diff-tree --no-commit-id --name-only -r'
|
||||
alias gdtl='git difftool'
|
||||
gdv() { git diff -w "$@" | view - }
|
||||
compdef _git gdv=git-diff
|
||||
alias gdw='git diff --word-diff'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue