mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 01:54:53 -04:00
* chore: use @zkochan/git-wt package for worktree creation Replace the in-repo `worktree:new` script and `shell/wt.*` helpers with the published `@zkochan/git-wt` package. Contributors now install it globally (`pnpm add -g @zkochan/git-wt`) and enable the `wt` shell function via `git-wt init <shell>`, which also makes `git wt <branch>` available as a native git subcommand. * chore: remove shell/cleanup-worktrees.sh Its functionality is now available as `git-wt cleanup` in the @zkochan/git-wt package, which contributors are already being directed to install in CONTRIBUTING.md. * docs: give copy-paste install commands for the wt shell function Previously CONTRIBUTING.md said "add this line to your config" and showed the snippet, making contributors open the rc file themselves. Replace with a one-liner per shell that appends to the rc file and activates `wt` in the current session in one go.