SyntaxFix
Write A Post
Hire A Developer
Questions
This might solve your problem.
after doing changes you can commit it and then
git remote add origin https://(address of your repo) it can be https or ssh then git push -u origin master
hope it works for you.
thanks