[flagged]
Git worktrees are not an isolation boundary for coding agents
41–43 of 43 posts
Re: Git worktrees are not an isolation boundary for coding agents
#42Why a clone over a worktree? The obvious disadvantage I can see is you dont share your git objects with a clone and for really large repos that becomes an issue
Well, actually `git clone --shared` writes an alternates file pointing at your object store and copies zero objects.
til, thanks!
Re: Git worktrees are not an isolation boundary for coding agents
#43[flagged]