From 2ebfcc3a093f2a75c60274a5070bc378062ab72b Mon Sep 17 00:00:00 2001 From: Michael Mandl Date: Sat, 2 Apr 2022 10:48:38 +0200 Subject: [PATCH] feat: guess git worktree remotes --- git/gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/git/gitconfig b/git/gitconfig index bba239a..7b34c20 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -63,3 +63,5 @@ rebase = true [init] defaultBranch = main +[worktree] + guessRemote = true