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