1
0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2026-04-03 20:24:09 +08:00

Adding gdno for git diff name only to list changed files

This commit is contained in:
Jon Archer 2025-06-09 23:38:06 +01:00
parent 3ff8c7ef67
commit f340fe9aa7

View File

@ -205,6 +205,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'