From 5f54ac44c064f2d1843ba3e2876947769162ebd3 Mon Sep 17 00:00:00 2001 From: Andrew Spratley Date: Fri, 10 Nov 2023 16:47:50 +0000 Subject: [PATCH] feat: set fast forward only for git pull --- dot_gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/dot_gitconfig b/dot_gitconfig index ec930d9..b0eddcb 100644 --- a/dot_gitconfig +++ b/dot_gitconfig @@ -13,6 +13,7 @@ autoSetupRemote = true [pull] rebase = false + ff = only [delta] navigate = true # use n and N to move between diff sections side-by-side = true