I'm experiencing a really frustrating problem with my branch on bitbucket. I've seen several other similar problems on here but unfortunately, none of the answers really helped.
Whenever I start working on my branch I usually use git fetch && git checkout 'branch name'
.
After that, I would add my relevant commits and push onto the master. Now I'm trying to retrieve the latest changes from the master, by doing a git pull origin master
, however, I keep getting a message saying that it's already up-to-date, but this is not the case, as I'm not getting the latest changes on my branch.