Skip to content

Instantly share code, notes, and snippets.

@sm2774us
Created January 22, 2019 17:23
Show Gist options
  • Save sm2774us/fb9ca33c2c0262bfd15ba6dfcc3e881c to your computer and use it in GitHub Desktop.
Save sm2774us/fb9ca33c2c0262bfd15ba6dfcc3e881c to your computer and use it in GitHub Desktop.
CURL command to create NEW github repo
curl -i -H "Authorization: token ${GITHUB_TOKEN}" -d '{"name": "Artificial_Intelligence", "auto_init": true, "private": true, "gitignore_template": "nanoc"}' https://api.github.com/user/repos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment