From a2b7172d3772f37a5510690f08c233a25730b618 Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 8 Aug 2020 11:00:59 +0300 Subject: [PATCH] [git] add an alias for unstaging --- git/gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index d2f9d92..08867f3 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -19,3 +19,6 @@ old = red bold new = green bold whitespace = red reverse + +[alias] + unstage = restore --staged