Skip to content

Instantly share code, notes, and snippets.

@jandrewmc
Created September 3, 2015 17:02
Show Gist options
  • Save jandrewmc/e8c494d6143ba55a9985 to your computer and use it in GitHub Desktop.
Save jandrewmc/e8c494d6143ba55a9985 to your computer and use it in GitHub Desktop.
Create a Remote Github Repo from mac terminal
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