message no. 170292
Posted by oh4 in #github at 2019-03-05T19:32:49Z
I'm trying to create a repository via the API like this: curl -u 'oh4' https://api.github.com/user/repos -d '{"name":"myrepo.git", "private":"true"}' BUT I want that repo to end up in a different org I manage and if I run the curl like that, it defaults it to my oh4 project . How do I specify the org I want that new repo in?