I have a strange issue with SourceTree
. I merged my feature branch with the development
branch and it was ok. No problem.
Then I merged the development
to the main
branch. It says conflicts, but it doesn't show any conflicted files whatsoever. When I do continue the merging, it merged successfully, without any changes detected from my feature branch.
I realized it after a while because when I connect to the production DB (which I usually don't do), it shows a different schema than my local main branch. But when I tried to merge the development branch again, it doesn't pull the feature changes that I worked on. Anyone can explain this?