Remote changes in the branch do not come to the site [closed]

-1

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?

    
asked by anonymous 24.10.2016 / 18:23

1 answer

1

Checks if you are using the correct branch. You can download all branches from a repository, but you must select which one to use. In case, if the changes are in the master, you will use them by default if you do not exchange pro releases.

    
24.10.2016 / 18:32