Initialize git and add your remote using the URL to your repository. Just to make sure everything works, create a stub of a README.md file and commit/push it to a new develop branch: git init git remote add origin git@github.com:fanderzon/human-date-range ...
↧