Me when I'm not sure which stage will end up being merged, but right now I have to back to `main` for a minute. #wip
@bradwilson What do you mean "back to main"? Git worktrees!
@bradwilson See, sometimes the old dog doesn't even need a lot of convincing to try new food. But seriously, I found them a huge improvement once I figured out the right way to use them. It definitely needs to be a stable setup like this; starting and removing them per issue or the like, as some people suggest, gets annoying quickly.
@TeaDrivenDev Now I've hit this and I'm blaming you. 😂 https://github.com/dotnet/sourcelink/issues/1290
"Repository has no commit" error in case of worktree + packed-refs · Issue #1290 · dotnet/sourcelink

After git decided to pack my repo with several worktrees and a bunch of local branches, my builds started failing with following error: D:\Corextroot\microsoft.build.tasks.git\8.0.0\build\Microsoft...

GitHub
@TeaDrivenDev Okay, I'm done with worktrees. They're just not fully baked in terms of tooling. #git #worktree
@bradwilson That's unfortunate. I've never had any issues with them, but my usecase was probably simpler than yours.