Skip to content

Instantly share code, notes, and snippets.

@kroger
Created June 20, 2011 16:26
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 kroger/1035934 to your computer and use it in GitHub Desktop.
Save kroger/1035934 to your computer and use it in GitHub Desktop.
Create github repo using the API
curl -F 'login=name' -F 'token=yourtoken' http://github.com/api/v2/yaml/repos/create/ -F 'name=reponame
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment