+[2015-10-18T23:40:09Z]hashtag_anaconda: thank you - so I first have to go to the upstream (where I forked from) repo and create the PR there? Or in the forked repo? +[2015-10-18T23:41:01Z]hashtag_When I create the PR in the original repo I cannot find the branch anymore - could it be that the branch has been removed after I merged to my own repo? +[2015-10-18T23:47:01Z]hashtag_anaconda: or was merging the PR to my own repo a mistake? +[2015-10-18T23:47:06Z]hashtag_should I undo this? +[2015-10-18T23:56:05Z]anacondayou create the PR from your fork - not sure about the second question, I don't think it autodeletes the branch (doesn't when you PR to a different repo), but I've never PR'd something to my own fork
I have to launch the shell and do a 'git pull'
+[2015-10-18T23:56:53Z]anacondaI would undo that, yes - git checkout master and then see: http://stackoverflow.com/questions/8134960/how-to-revert-master-branch-to-upstream +[2015-10-19T00:01:37Z]hashtag_I haven't used git at all - I did this from github directly (edit button) because it is only a very small change. +[2015-10-19T00:03:36Z]anacondaif it's really small I'd just delete the fork, fork again, change things, pr correctly to upstream :) +[2015-10-19T00:04:23Z]hashtag_ok :D +[2015-10-19T00:04:29Z]hashtag_right, a reset