You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
We set the branch upstream correctly, but it looks like git (by default) isn't happy about the branch name disagreement:
pr-1596/atom/aw/package-lock-bunp ↑1 ~\src\github
> git push
fatal: The upstream branch of your current branch does not match
the name of your current branch. To push to the upstream branch
on the remote, use
git push origin HEAD:aw/package-lock-bunp
To push to the branch of the same name on the remote, use
git push origin pr-1596/atom/aw/package-lock-bunp
To choose either option permanently, see push.default in 'git help config'.
Using the more explicit HEAD:... form when we push should serve us better, I think.