Remote changes in branch not coming to location

Asked

Viewed 249 times

-1

I have a simple branchs structure in the repository (bitbucket), the master, where the production code is located and another branch releases, this for testing.

Changes were made to the branch releases and pushed. When I pull, I see the changes, created classes, etc. But they don’t "appear" in the code.

Trying to solve, I merged it remotely, to the master branch, and pulled, also did not move down the changes made.

I hope I’ve been clear, thank you very much!

What can I do in this case? Only by cloning the project again?

1 answer

1

Make sure you’re using the right branch. You can download all branches from a repository, but you need to select which one to use. In this case, if the changes are in master, you will use them by default, if you do not exchange pro releases.

  • The branch is correct. The changes came, but the code itself has not changed, if I search for a created class, I can find it. I already did git add . but no changes. And if pull is done again, it says it’s already up to date.

Browser other questions tagged

You are not signed in. Login or sign up in order to post.