Make an example here, I have a development branch committed like this:
"Development" branch
June 08 - commit 12
June 07 - commit 11
June 06 - commit 10
June 06 - commit 09
June 06 - commit 08
June 05 - commit 07
June 05 - commit 06
June 02 - commit 05
June 02 - commit 04
June 02 - commit 03
June 01 - commit 02
June 01 - commit 01
"Master" branch
-no commit right now-
I want commit 01 until commit 05 to be the first pull request
into master branch.
Then, I want commit 06 until commit 10 to be second pull request
into master branch.
How can do I do this in GitHub?