1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-03 20:24:09 +08:00
This commit is contained in:
Jon A 2026-03-18 12:50:58 -04:00 committed by GitHub
commit de2f958240
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -207,6 +207,7 @@ alias gdct='git describe --tags $(git rev-list --tags --max-count=1)'
alias gd='git diff'
alias gdca='git diff --cached'
alias gdcw='git diff --cached --word-diff'
alias gdno='git diff --name-only'
alias gds='git diff --staged'
alias gdw='git diff --word-diff'