Created
September 3, 2015 17:02
-
-
Save jandrewmc/e8c494d6143ba55a9985 to your computer and use it in GitHub Desktop.
Create a Remote Github Repo from mac terminal
This file contains hidden or 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 'USER_NAME' https://api.github.com/user/repos -d '{"name":"REPO_NAME"}' | |
where USER_NAME is your github user name and REPO_NAME is the name of the remote repo you want to create |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment