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
I used git topic-begin chore-cleanup followed by topic-move chore-dbcontext and then git push I got:
fatal: The upstream branch of your current branch does not matchthe name of your current branch. To push to the upstream branchon the remote, use git push origin HEAD:chore-cleanupTo push to the branch of the same name on the remote, use git push origin HEADTo choose either option permanently, see push.default in 'git help config'.To avoid automatically configuring an upstream branch when its namewon't match the local branch, see option 'simple' of branch.autoSetupMergein 'git help config'.
This makes me think the upstream didn't get renamed. Is it supposed to do so?
The text was updated successfully, but these errors were encountered:
I used
git topic-begin chore-cleanup
followed bytopic-move chore-dbcontext
and thengit push
I got:This makes me think the upstream didn't get renamed. Is it supposed to do so?
The text was updated successfully, but these errors were encountered: