From 49c061bc1fcae1ee37fa52ef0b5cd72d83c9e2ea Mon Sep 17 00:00:00 2001 From: Daniel Lynn Date: Thu, 5 Aug 2021 15:08:55 -0500 Subject: [PATCH] Add interactive rebase tool to gitconfig --- gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitconfig b/gitconfig index 5969443..46677ef 100644 --- a/gitconfig +++ b/gitconfig @@ -34,3 +34,5 @@ colorMoved = zebra [commit] gpgSign = true +[sequence] + editor = interactive-rebase-tool