Skip to content

Instantly share code, notes, and snippets.

@ezos86
Forked from keikoro/remote repo from CLI.md
Last active August 29, 2015 14:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ezos86/75990636c6f07679d530 to your computer and use it in GitHub Desktop.
Save ezos86/75990636c6f07679d530 to your computer and use it in GitHub Desktop.
curl -u 'USERNAME' https://api.github.com/user/repos -d '{"name":"REPONAME","private": true}'
// to create a public repository, use "private": false (or leave the option off completely)
// GitHub will let you know if you are over your quote for private repositories!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment