We have a git repository where we use git flow. I was working on a feature on a separate branch and have merged this feature to develop. I can confirm that the correct commits are listed on the remote by viewing them on the bitbucket website for our repository and selecting the develop branch.
When I view the source code on the bitbucket website or when I pull the latest code from the repository I do not see or get those changes from the commits.
For example I removed a file in a commit on my feature branch, merged that branch to develop and then I can see that the commit is on the remote but the file is not removed. Same for line changes.
Can anyone help me out and explain why I do not see the changes applied?
We found it. There was an automatic merge that decided to undo all these changes.
HI @Jelle Criel
Can you please confirm the pulled branch from the repository is correct one.
Or else please mention the steps that you have been followed to reproduce.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Yodesh, thanks for helping out but we already found the issue.
Turns out there was an automatic merge that undid the changes.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.