I am very new to github which I am using with rstudio. I have forked a repo, made branches and merged them back in to the master branch for the forked repo. How then do I merge the changes from the forked master branch back in to the original repo?
I though I had to issue a pull request from the fork but all I am presented with in the forked repo is that the master branch is the default branch. The other branches all have buttons associated with them that allow me to create a new pull request but not the master.
Am I thinking about this the wrong way? How do I get my master branch integrated in to the original repo?