I have two branches named develop
and master
. I performed the "Merge develop into master" operation. Then I pushed master and develop to remote repository(github).
When I access the develop branch via Github, I see the warning in the title. This branch is 1 commit ahead, 2 commits behind master.
How is this possible? Both ahead and behind? My goal is to synchronize these two branches. How can I do it?