SyntaxFix
Write A Post
Hire A Developer
Questions
Considering if you haven't committed your changes in a while, maybe doing this will work for you.
git add files git commit -m "Your Commit" git push -u origin master
That worked for me, hopefully it does for you too.