Quote Originally Posted by peterst View Post
Creating remote repo in organization requires use of API. Having thousands of projects will require thousands of repos. That's what I am thinking of the process steps.
True. I'll need to use github API too: https://developer.github.com/v3/repo...ion-repository

For a locally hosted remote it should be easier to directly ssh and git init --bare on the remote machine (no API calls).

cheers,
</wqw>