On Mon, Feb 7, 2022 at 9:30 AM Derrick Stolee <stolee@xxxxxxxxx> wrote: > On 2/6/2022 6:30 AM, Eric Sunshine wrote: > > On Mon, Jan 31, 2022 at 10:01 AM Derrick Stolee via GitGitGadget > > <gitgitgadget@xxxxxxxxx> wrote: > >> + git config --worktree bogus.key value && > >> + git config --unset core.bare && > > > > Why is this being unset? (Genuine question. Am I missing something obvious?) > > I'm moving it out of the common config file. Earlier commands > enabled it in the config.worktree file for this working tree. But won't the `git worktree add` commands which immediately follow this bit automatically drop `core.bare=true` from the common config file? Or am I misthinking on this? Or are you just trying to be explicit here with the manual removal?