From 22cef6b56c9298644f2d6b9e5579c604c4d83511 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 19 May 2021 13:05:16 +0200 Subject: [PATCH] git aliase --- .gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitconfig b/.gitconfig index 9e5c00e..5c67f15 100644 --- a/.gitconfig +++ b/.gitconfig @@ -9,5 +9,7 @@ s = status p = push c = checkout + r = rebase + rc = rebase --continue remote = remote -v fetchp = fetch --prune