From f889b6a5f138c5e20cece17613486a2a71256b7d Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Thu, 10 Sep 2026 13:35:03 -0700 Subject: [PATCH] Update handling of remote branches --- dotfiles/gitconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/gitconfig b/dotfiles/gitconfig index ffc53c3..1ec82a8 100644 --- a/dotfiles/gitconfig +++ b/dotfiles/gitconfig @@ -38,6 +38,7 @@ [push] default = current + autoSetupRemote = true [web] browser = chrome @@ -105,9 +106,14 @@ [rerere] enabled = true + [lfs] concurrenttransfers = 3 + [lfs "customtransfer.xet"] path = git-xet args = transfer concurrent = true + +[branch] + autoSetupMerge = simple