I guess my title does not self explanatory so let me explain little bit there.
- I forked a project from Github repo to my company repo.
- Then I forked the project from my company repo into my personal repo
- Then I cloned the project from my personal repo.
By default I had/have a master branch. I fixed a lot of things(bugs) and added so many features on this branch. I'm done now and I want to send PR.
AFAIK, PR can be sent by having a branch (which is not exists on origin/upstream) then easily PR can be sent by click on that button on Github page.
Since, I only have master branch and I guess my only solution is cherry-pick from my first commit and then put all my changes on new branch and continue PR process.
I'm wondering is there any other better way to send PR from master branch (to original repo)? any suggestion would be appreciated. Thanks.