Add git diff command for a very specific purpose

This commit is contained in:
2026-07-16 12:55:48 -05:00
parent ddb3530948
commit eb957029f3
+1 -1
View File
@@ -152,6 +152,7 @@ if has git; then
alias gcsam="git commit -S -am"
alias gct='git checkout --track'
alias gd='git diff'
alias gdt="git diff --staged -- ':!*test*'"
alias gdel='git branch -D'
alias gds='git diff --staged'
alias gdv='git diff -w "$@" | vim -R -'
@@ -360,4 +361,3 @@ localprofile="$HOME/.local/profile"
if [ -f "$localprofile" ]; then
. "$localprofile"
fi