summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIbrahim Muftee <ibrahim@muftee.net>2024-04-12 11:50:16 -0500
committerIbrahim Muftee <ibrahim@muftee.net>2026-07-01 00:23:31 -0400
commitd0345d16242bc29635e3dc673f4060532ceb5306 (patch)
tree355685af29fe2a3560b8050eb59c2b9b3c0f21ad
parentcd7611594e6818e3c792bda5f06d4538d61784e2 (diff)
fix(git): fix git staged diff alias
-rw-r--r--dot_gitconfig.tmpl2
1 files changed, 1 insertions, 1 deletions
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