I created a new local branch using the Git GUI. I committed to it. I want to push it so its backed-up.
I just did a git push
thinking it'd know what to do. Thinking it would push my branch up and make one on the server.
This Q/A seems to say it should:
How do you create a remote Git branch?
However, I get this error.
! [remote rejected] MyBranchName -> MyBranchName (no such ref)
error: failed to push some refs to 'http_link_not_allowed_by_SO'
Any ideas?