From 948d4bcf810bd79137ed3b8eca784fb0ff400a52 Mon Sep 17 00:00:00 2001 From: Charles Gould Date: Tue, 2 Jun 2020 14:18:27 -0500 Subject: [PATCH] git: add wipe alias --- git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/git/config b/git/config index 7887987..23b655d 100644 --- a/git/config +++ b/git/config @@ -11,6 +11,7 @@ can = commit --amend --no-edit cand = commit --amend --no-edit --date=now rbi = rebase --interactive + wipe = restore --staged --worktree [color] ui = auto [color "branch"]