This commit is contained in:
Arthur Moura Carvalho 2026-03-05 20:19:36 -05:00 committed by GitHub
commit 3b1b92a690
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View file

@ -209,6 +209,7 @@ alias gdca='git diff --cached'
alias gdcw='git diff --cached --word-diff'
alias gds='git diff --staged'
alias gdw='git diff --word-diff'
alias gdss="git diff --shortstat $(git_main_branch)..$(git_current_branch)"
function gdv() { git diff -w "$@" | view - }
compdef _git gdv=git-diff