diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-04-12 11:50:16 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | d0345d16242bc29635e3dc673f4060532ceb5306 (patch) | |
| tree | 355685af29fe2a3560b8050eb59c2b9b3c0f21ad /dot_gitconfig.tmpl | |
| parent | cd7611594e6818e3c792bda5f06d4538d61784e2 (diff) | |
fix(git): fix git staged diff alias
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 2 |
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 |
