Skip to content

Instantly share code, notes, and snippets.

@pavarov
Created March 19, 2021 12:47
Show Gist options
  • Save pavarov/7b91ca0baea48b2364366497470c82cb to your computer and use it in GitHub Desktop.
Save pavarov/7b91ca0baea48b2364366497470c82cb to your computer and use it in GitHub Desktop.
git api notes
create repo: curl -u login:token https://api.github.com/user/repos -d '{"name": "new-rep", "private": 'true}
delete repo: curl -X DELETE -H 'Authorization: token xxx' https://api.github.com/repos/ppivovarov/new-r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment