SyntaxFix
Write A Post
Hire A Developer
Questions
A slight modification to one of the answers that worked for me:
git init git remote add origin PATH/TO/REPO git pull origin master
to start working on the master branch straight away.