From 6e8a17ca97a7d0d8ee3eeda6c84ba5ac9a3e80ec Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Sat, 21 Mar 2020 21:34:04 -0500 Subject: [PATCH] git: add alias to completely restore staged changes --- git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git/config b/git/config index aa94730..d8810a5 100644 --- a/git/config +++ b/git/config @@ -30,7 +30,7 @@ rbi = rebase --interactive re = restore res = restore --staged - rh = reset -q HEAD -- + ress = restore --staged --worktree --source=HEAD [color] ui = auto [color "branch"]