I have a simple branch structure in the repository (bitbucket), the master, where the production code is and another branch releases, this one for testing.
Changes were made to the branch releases and pushed. When I do the pull, I see the changes, classes created, etc. But they do not "appear" in the code.
Trying to solve, I made the merge remotely, to the master branch, and did the pull, also did not descend the changes made.
I hope to be clear, thank you!
What can I do in this case? Only by cloning the project again?