Add a make command for setting up a git worktree locally#14101
Add a make command for setting up a git worktree locally#14101jamesspeake wants to merge 2 commits into
Conversation
kogre
left a comment
There was a problem hiding this comment.
Seems fine, though claude supports a .worktreeinclude file, which automatically copies over these files if Claude manages the worktree (e.g. claude --worktree).
To me that's the primary workflow, so I'd rather go with the solution, but not sure whether you or others use worktrees outside of Claude?
|
Yeah @kogre, I didn't know about those claude commands but I'm also using worktrees in RubyMine now and actually I was a little premature in sharing this PR with you - probably makes more sense now as I've added the ability to have an independent docker stack for the worktree as I was finding it painful when claude was working on different worktrees and trying to test the output without rebuilding etc. Both stacks can't be run at the same time because of port conflicts, but it's an improvement and allows you to have different local data on different worktrees. wdy? |
Changelog
Technical