+ [11 years ago] xcyclist Okay, that did work, however, I am now waiting to know if my git push origin/newbranch in fact only pushed to origin, or also to upstream. I don't want to push to upstream.
+ [11 years ago] xcyclist It appears that my origin is somehow pointing to upstream instead. Do you know how that could happen?
+ [11 years ago] xcyclist I want my origin remote to point to my clone, but when I pushed to origin, a new branch, it pushed to upstream, and my clone does not yet have that branch.
+ [11 years ago] mus1cb0x what happens if i don't provide an email address to go with my git config?
+ [11 years ago] mus1cb0x i don't really want to put my email address out publicly

message no. 50252

Posted by xcyclist in #github at 2014-09-29T23:05:05Z

I want my origin remote to point to my clone, but when I pushed to origin, a new branch, it pushed to upstream, and my clone does not yet have that branch.
+ [11 years ago] VxJasonxV xcyclist: git remote -v
+ [11 years ago] VxJasonxV sounds like your remotes are wrong
+ [11 years ago] xcyclist Yes, I was able to correct them with the help of my collaborator using git remote set-url origin etc.
+ [11 years ago] konu I am trying to figure out how to update a pull request. Might anyone be able to help?