git push says “everything up-to-date” even though I have local changes

Are you working with a detached head by any chance? As in: indicating that your latest commit is not a branch head. Warning: the following does a git reset –hard: make sure to use git stash first if you want to save your currently modified files. As mentioned in the git checkout man page (emphasis mine): It is sometimes useful to be able … Read more