I never faced any issue in git and github regarding the PR. Today a very strange thing happened.
There were 3 branches. Master, Beta_A and Beta_B.
Both Beta_A
and Beta_B
were made out of Master
and they use to give PR to Master
only. Today for one occasion I pulled the Beta_B
branch for some early code. I merged Beta_B
branch to my Beta_A
branch. After some additional change I raised the PR to Master
from my Beta_A
branch.
After merging the PR to Master
, one additional commit was made which merged Master
into Beta_B
branch. I have never noticed anything happening like this.
Any specific reasons why did this happened?