I have 3 branched in my project.
master -> release/myproject -> feature/myproject
i have made some changes in my feature branch and then merged those changes in my release branch. Once i merged my changes the changes are not showing in the server. Even if i try to create a new pull request from my feature branch to release branch, it is not showing any diff in the bitbucket. Below are few scenarios i have observed.
1. changes are visible in the feature branch directly., both in server UI page and local cloned workspace.
2. Those changes are not visible in the release branch when i select the files directly, bit if i select the first commit from the dropdown of the history, then i can see the latest changes.
3. Even if clone feature and release branches locally, i can see the changes in the files.
Can anyone able to explain this and provide me an work around.