I have a local git, I made a commit (let's say my third commit), then I pushed to origin on a remote website.
I inadvertedly deleted a remote file, now I tried to push again with:
git push origin master
but it returns "Everything up-to-date
"
I'm not sure I deleted other files, so how do I push to remote and "overwrite/add missing files" to last local commit.