Live data from Hacker News

Git worktrees are not an isolation boundary for coding agents

fletch.sh

41–43 of 43 posts

Re: Git worktrees are not an isolation boundary for coding agents

#42

Why 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!
Post reply on HN