Okay ... here's the situation:
- I forked a repository
- I made a new branch. the branch name is
configs
- I committed a few changes and made pull request #1
- Pull request #1 is still being reviewed and has not been merged on the base repository
- I made a few more changes. still in the
configs
branch. but this new change does not affect previous changes (different files) - I made a new commit and of course it is still in
configs
brach - When I look at github, this new commit will go to the previous pull request, pull request #1.
Well, my question is "How do you make this new commit as a new pull request or lets say pull request #2 but still in the same brach?"
thanks.