Collaboration
Tools that can help with collaborating on git repositories
There are many ways to collaborate
![]()
Everyone can use one repository, added as collaborators
There are many ways to collaborate
- You need to trust everyone!
- Important to use branches
- Good for small teams
There are many ways to collaborate
![]()
People can fork or copy the repository
There are many ways to collaborate
- Can let anyone fork the repository and make changes
- They have to make a “pull request” so you can review their changes
- Easier for bigger projects
- This is what we will be trying out today!
Collaboration
Let’s jump straight in to it!