latest 2 messages by oh4

+ [2019-03-05T20:14:21Z] oh4 deltab: thanks!
+ [2019-03-05T19:32:49Z] oh4 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?