mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
feat: add git difftool alias as mentioned in git cheatsheet alias list => https://github.com/robbyrussell/oh-my-zsh/wiki/Cheatsheet#git
This commit is contained in:
parent
fd223067c8
commit
ff47712e82
1 changed files with 1 additions and 0 deletions
|
|
@ -79,6 +79,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