1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-06 20:57:47 +08:00
This commit is contained in:
Jon A 2026-03-10 06:03:35 -04:00 committed by GitHub
commit 9d6a5bc95d
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'