Skip to content

Instantly share code, notes, and snippets.

@felansu
Created August 9, 2015 22:33
Show Gist options
  • Save felansu/fa0ac2287845fc24f268 to your computer and use it in GitHub Desktop.
Save felansu/fa0ac2287845fc24f268 to your computer and use it in GitHub Desktop.
[GIT] Creating a remote repository by terminal
curl -u 'YOUR_USER' https://api.github.com/user/repos -d '{"name":"YOUR_NEW_REPOSITORY"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment