From fbed440863d89680480258489a6ea254048d3d39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannes=20K=C3=B6rber?= Date: Sat, 9 Sep 2017 14:32:16 +0200 Subject: [PATCH] Add rebase aliases --- git/gitconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/git/gitconfig b/git/gitconfig index c187132..de9ae68 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -18,7 +18,9 @@ st = "status" br = "branch" rb = "rebase" - rbi = "rebase -i" + rbi = "rebase --interactive" + rbc = "rebase --continue" + rba = "rebase --abort" df = "diff" gr = "! git graph"