SyntaxFix
Write A Post
Hire A Developer
Questions
If nobody has pulled it, you can probably do something like
git push remote +branch^1:remotebranch
which will forcibly update the remote branch to the last but one commit of your branch.