From a01c3b2fb4a0458b97eb51b7444b727bf6b03297 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sat, 4 Feb 2023 14:23:47 +0100 Subject: [PATCH] * no longer user micro in git since its not working in vscode * stop using rebase --- dotfiles/.gitconfig | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dotfiles/.gitconfig b/dotfiles/.gitconfig index b720d1d..b99d16a 100644 --- a/dotfiles/.gitconfig +++ b/dotfiles/.gitconfig @@ -6,11 +6,10 @@ name = Mylloon [core] - editor = micro pager = delta [pull] - rebase = true + rebase = false [init] defaultBranch = main