git push merge error, but git pull is already up-to-date
- by Jasie
I do:
git commit .
git push
error: Entry 'file.php' not uptodate. Cannot merge.
Then I do
git pull
Already up-to-date.
What do I do? I just want to get the latest version from the remote copy, and overwrite anything on my local copy.