mirror of
https://github.com/pnpm/pnpm.git
synced 2026-05-12 10:11:42 -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.