Roles Recap
In this lesson, we explained the 2 main roles in a group project. Let’s recap what each role has to do.
Owner
Createsthe assignment repo on GitHub.Pushesstarter code to the assignment repo.Mergesthe pull request to the main repo.Pullschanges to the repo on their computer.
Contributor
Forksthe main assignment repo.Clonesthe forked repo to their computer.Pusheschanges to the forked repo.- Creates
pull requeststo merge code. Syncsthe forked repo with the main repo.Pullschanges to the repo on their computer.