From 597109e8b81fc07567c9efae5fccb92d0c1560f7 Mon Sep 17 00:00:00 2001 From: Jamie Albert Date: Thu, 13 Nov 2025 21:15:49 +0000 Subject: [PATCH] add: smartgit auto settings --- dotfiles/git/.gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/dotfiles/git/.gitconfig b/dotfiles/git/.gitconfig index 1ae22e5..5c417b4 100644 --- a/dotfiles/git/.gitconfig +++ b/dotfiles/git/.gitconfig @@ -11,3 +11,13 @@ gpgsign = true [tag] gpgSign = true +[pull] + rebase = false +[gui] + pruneduringfetch = true +[smartgit "submodule"] + fetchalways = false + update = true + initializenew = true +[push] + recurseSubmodules = check