Loading...
Loading...
Create an isolated git worktree for parallel feature work or PR review. Use when starting work that should not disturb the current checkout, or when `ce-work` or `ce-code-review` offers a worktree option.
npx skill4agent add everyinc/compound-engineering-plugin ce-worktree.worktrees/<branch>git worktree add.env.env.local.env.test.env.examplemisedirenv.envrc.worktrees.gitignorefrom-branchbash scripts/worktree-manager.sh create <branch-name> [from-branch]from-branchmainorigin/<from-branch>bash scripts/worktree-manager.sh create feat/login
bash scripts/worktree-manager.sh create fix/email-validation developcd .worktrees/<branch-name>gitgit worktree list # list worktrees
git worktree remove .worktrees/<branch> # remove a worktree
cd .worktrees/<branch> # switch to a worktree
cd "$(git rev-parse --show-toplevel)" # return to main checkout.env*feat/logincp .env* .worktrees/<branch>/maindevelopdevtrunkstagingrelease/*direnv allowdirenv allow.envrcce-workce-code-reviewbash scripts/worktree-manager.sh create <branch>feat/crowd-snifffix/email-validationworktree-jolly-beaming-ravencd .worktrees/<branch>git worktree remove .worktrees/<branch>cdgit worktree removegit diff <base-ref> -- .envrc