git push says everything up-to-date even though I have local changes
问题 I have a remote gitosis server and a local git repository, and each time I make a big change in my code, I\'ll push the changes to that server too. But today I find that even though I have some local changes and commit to local repository, when running git push origin master it says \'Everything up-to-date\', but when I use git clone to checkout files on the remote server, it doesn\'t contain lastest changes. And I have only one branch named master and one remote server named origin. PS: This