[GIT] Creating a remote repository by terminal

curl -u 'YOUR_USER' https://api.github.com/user/repos -d '{"name":"YOUR_NEW_REPOSITORY"}'
Ferran Almost 9 years ago