I've been trying out different "worktree tools" recently (Conductor [1], Emdash [2],
Sculptor [3], and Superset [4]). 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.
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/ |
No comments yet