I have 4 branches (dev, main, example1, example2) and I am trying to create a pull request to pull example1 into main.
What is happening?
First I created a pull request to pull example2 into dev then I created a pull request to pull example1 into dev.
example1 branch now has also the example2. When I pulled example1 into dev it also merged the example2 into example1.
Why is this happening?
So, if I try to pull example1 into main it is sending both, example1 and example2.
Anyone knows why is this happening? Is there any way, in this case, to unmerge the dev branch on example1?
Thanks
Tried to create pull requests separetely.