Github
Create new Repo
Command line
On your development machine
Just change the word PROJECTNAME ...
curl -u 'tim@sy-edm.com' \ https://api.github.com/user/repos \ -d '{"name":"PROJECTNAME","description":"This project is a test"}'
Development Machine
Assuming all is checked in etc
git remote add origin https://github.com/timseed/Spid-Widget.git git push -u origin master