-
-
Save ezos86/75990636c6f07679d530 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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