mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-26 19:12:12 -04:00
The targeted fetch refspec doesn't create a remote-tracking branch, causing `git branch --set-upstream-to` to fail. Use `git config` to set branch.remote and branch.merge directly instead.