I'm having an issue. I have switched to a branch some-feature
. I do git pull origin some-feature
and it says already up to date. I check a file I know has changed and the changes are not there. I check bit bitbucket and the changes are there.
I have tried git reset --hard HEAD
followed by git clean --force
and another pull but no luck. Why is git lying to me and what can I do to fix it?