To gain access to the other club repositories:
- Send me an email (kevin_zhao@student.waylandps.org) with either your Github username or the email linked to your Github account.
- I will send you an invitation via email and after accepting you should be able to see the private repositories on the club Github page.
A Github fork is a way to make your own personal copy of a repository, while also being able to pull new updates from parent repository.
Forking a repository is pretty straightforward:
- On the Github page of the parent repository, click the fork button near the upper right.
- (Optional) Your fork will be a private repository, but other club members will have access by default. If you don't want them to judge your code, you can go into
Settings
->Manage Access
and remove theAll_Members
group. However, due to the way Github works, we (Andrew, Eric, and I) will still be able to see your repository.