diff options
| author | Ibrahim Muftee <ibrahim@muftee.net> | 2024-05-02 14:49:52 -0500 |
|---|---|---|
| committer | Ibrahim Muftee <ibrahim@muftee.net> | 2026-07-01 00:23:31 -0400 |
| commit | 04562568b767498dcf99ec4ddb34b41302a22f92 (patch) | |
| tree | 3f35c0417dad4b6aad4d674e522c615d471d624c /dot_gitconfig.tmpl | |
| parent | 2f0891e805e8a49fba89488dc7f13c004ba61f19 (diff) | |
feat(git): add alias to restore all staged files
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 |
