summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_gitconfig.tmpl1
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