After creating a worktree, offer configured tasks: ``` npm install pnpm install yarn install npm run dev copy .env.local run codegen ``` Example: ``` { "gitSmartCheckout.worktree.afterCreate": [ "pnpm install", "pnpm codegen" ] } ```
After creating a worktree, offer configured tasks:
Example: