From 435f1b1d0da24e7fe475418e41c20a9b8ff4e706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Przemys=C5=82aw=20Grondek?= Date: Tue, 10 Dec 2019 11:27:49 +0100 Subject: [PATCH] [git] Add alias for git unadd --- git/config | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/config b/git/config index 8d70237..5feefad 100644 --- a/git/config +++ b/git/config @@ -1,9 +1,10 @@ [user] name = Przemysław Grondek +[alias] + unadd = reset [help] autocorrect = 1 [remotes] prune = true [pull] rebase = true -