lawrancej / starterupper

Automate git setup for classroom use
MIT License
0 stars 1 forks source link

Private class repository support #28

Open lawrancej opened 9 years ago

lawrancej commented 9 years ago

Make it work if the instructor repository is private. The script assumes the instructor's repo is public and runs from there.

One way to achieve this would be to create the student private repo first, and then add the faculty as a collaborator. Then, the script on the faculty side could add students readonly access to the repo using an organization (or on other hosts, readonly access to the course repo)