SyntaxFix
Write A Post
Hire A Developer
Questions
If you deleted a file from the working tree, then commit the deletion:
git commit -a -m "A file was deleted"
And push your commit upstream:
git push