From d463bd7432953e20101dbd4f3e8b4dd7c6d49613 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 5 Feb 2025 19:48:28 +0100 Subject: [PATCH] Add worktree config alias --- .gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitconfig b/.gitconfig index c983603..e232ff2 100644 --- a/.gitconfig +++ b/.gitconfig @@ -29,6 +29,7 @@ rb = "rebase" rbi = "rebase -i" wt = "worktree" + wtc = "config remote.origin.fetch \"+refs/heads/*:refs/remotes/origin/*\"" [color] ui = auto