From 24b3ccc1ac158015991e656641960d0a85490c6b Mon Sep 17 00:00:00 2001 From: Vincent Composieux Date: Thu, 21 Mar 2019 09:36:54 +0100 Subject: [PATCH] Added git rmcommit alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index 0c21c0d..5ffc814 100644 --- a/.gitconfig +++ b/.gitconfig @@ -62,6 +62,7 @@ ri = rebase --interactive rc = rebase --continue ra = rebase --abort + rmcommit = !git rebase --onto $1^ $1 rs = rebase --skip rv = remote -v s = status -sb