GIT won't pull latest changes from remote
问题 Somehow my local branch is stuck 8 months behind my remote branch. When I do git pull origin [my branch name] it says Already up to date . I tried git fetch origin [my branch name] then git reset --hard FETCH_HEAD (found here) but my local copy is still pointing to the super old commit. I've also tried resetting to the specific by using git checkout 1d5d525 (found here) but it says: error: pathspec '1d5d525' did not match any file(s) known to git. but that commit is 100% in the remote branch