From f9127d6ce28ef03ab25dc277f0a8e8d58ef097ed Mon Sep 17 00:00:00 2001 From: Dmytro Meleshko Date: Sat, 27 Mar 2021 13:11:44 +0200 Subject: [PATCH] [git] remove the "unstage" alias in favor of "grst" in zsh --- git/gitconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index fb45607..ca5da55 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -21,7 +21,6 @@ whitespace = red reverse [alias] - unstage = restore --staged initial-commit = commit --message 'initial commit' --allow-empty [init]