I have a master and development branch. The main (server) repos are hosted in Azure Devops (on premise). I did two Pull Requests (from feature branches into development) for changes in my development branch.
PR1: feature-branch-1 -> development
PR2: feature-branch-2 -> development
Then I thought, I need to sync my development branch with my master branch, so I did a Pull Request from my development branch to my master branch, accepted, committed.
PR3: development -> master
Now it is saying my development branch is "1 behind and 2 ahead of master"
Comparing development to master shows my two feature Pull Requests. Comparing master to development shows my merge PR to sync the branches.
What in my process did I do wrong, and how do I fix this - get them in sync?
