diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-08 16:57:23 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | ef171af0a70c6adcf19cef150e3f74d13cba4207 (patch) | |
| tree | f838462663e63b1fca969384b1ae6f7195924e3a /dot_gitconfig.tmpl | |
| parent | 3fa4a1145d71cda91d2945874a430d0dc638e249 (diff) | |
| parent | 04562568b767498dcf99ec4ddb34b41302a22f92 (diff) | |
Merge branch 'main' of https://github.com/sytallax/dotfiles
Diffstat (limited to 'dot_gitconfig.tmpl')
| -rw-r--r-- | dot_gitconfig.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dot_gitconfig.tmpl b/dot_gitconfig.tmpl index b896ca7..801c257 100644 --- a/dot_gitconfig.tmpl +++ b/dot_gitconfig.tmpl @@ -14,6 +14,7 @@ sdiff = diff --staged nadd = add -N . padd = add -p . + undostage = restore --staged . [rerere] enabled = true autoUpdate = true |
