message no. 106081
Posted by tawalton in #github at 2015-08-04T02:56:50Z
I recently forked a repo and created a branch in the forked repo and pushed the changes, The pull request is being created in the forked repo on github and also on the original repo. git remote -v show the push and fetch origin as the forked version of the repo. Why would the pull request be created in both repos instead of just my forked one?