workz – one command to make any Git worktree a full dev environment
Automates worktree setup that everyone reinvents; but worktree adoption is still niche.
Sync environment files across linked git worktrees
One problem I've been having is not all the tools support automatically copying .env files into worktrees. All of them support running a setup script however. Copying a bash snippet to do the copying was getting tedious - so I've put together a small tool/git extension to solve my problem.
$ cd ~/repos/myproject # primary worktree, has .env $ git worktree add ~/worktrees/my-feature # create a linked worktree $ cd ~/worktrees/my-feature $ git env sync # copy .env from the primary synced .env 1 files synced, 0 unchanged, 0 conflicts skipped
Sharing in case it solves anyone else's problem[1] https://www.conductor.build/ [2] https://emdash.sh/ [3] https://github.com/imbue-ai/sculptor [4] https://superset.sh/
Automates worktree setup that everyone reinvents; but worktree adoption is still niche.
Git worktree pain solver that actually ships—fleet mode runs 5 agents in parallel.
Zoxide for worktrees, but audience is just devs already using both.
Reflink strategy for directories with copy fallback is clever — raw git worktree doesn't do this.
Automates database cloning for git worktrees so migrations stop breaking concurrent branches.
Git worktree wrapper for AI agents, but worktree management is niche and solved adequately by git natively.