From 39294aa58e8da318bf6120c809f3ae49cf62afff Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Fri, 8 Nov 2019 16:27:24 -0800 Subject: [PATCH] [git] Add rbm alias -> rebase origin/master master --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index c811608..a3c088a 100644 --- a/gitconfig +++ b/gitconfig @@ -41,6 +41,7 @@ rbc = rebase --continue rba = rebase --abort rbs = rebase --skip + rbm = rebase origin/master master # Resets, moving HEAD r = reset