For those of you that work on a lot of different repo’s and in different branches in those repos, I’m sure you see this a lot when trying to publish a new branch. Womp womp, error! Like most of you I just copy/paste what it tells me to, but it does give us a hint to how to fix this issue by telling us to look in git help config so we can set push.autoSetupRemote to true. The only...
Set upstream and publish branch on git push
S