From d0345d16242bc29635e3dc673f4060532ceb5306 Mon Sep 17 00:00:00 2001 From: Ibrahim Muftee Date: Fri, 12 Apr 2024 11:50:16 -0500 Subject: fix(git): fix git staged diff alias --- dot_gitconfig.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index 6405a9e..92c8843 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -12,7 +12,7 @@ trueblame = blame -w -C -C -C wdiff = diff --word-diff fpush = push --force-with-lease - sdiff = diff --stage + sdiff = diff --staged [rerere] enabled = true autoUpdate = true -- cgit v1.2.3