mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 03:21:55 -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.