From e3ce7dccd46a4e573aad7b981df68b4c26259d98 Mon Sep 17 00:00:00 2001 From: Oliver Date: Wed, 29 Oct 2025 15:40:37 +0100 Subject: [PATCH] feat(custom-commands): add gdc to show git diff --cached --- omz-custom/custom_commands.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/omz-custom/custom_commands.sh b/omz-custom/custom_commands.sh index 73695be..8d13a1f 100755 --- a/omz-custom/custom_commands.sh +++ b/omz-custom/custom_commands.sh @@ -17,6 +17,8 @@ alias gch="git checkout" alias lg="ls | grep" +alias gdc="git diff --cached" + function gas() { git add --all git status