GitHub Collaboration Collaborator Method Working with a Team

Learning objective: By the end of this lesson, students will be able to use the GitHub workflow to work well as a team.

GitHub collaboration workflow

You’ve now seen the collaboration workflow - let’s review it:

Do these things once

Repeat these steps for every new feature

🎓 You do

In your teams, follow the GitHub collaboration workflow. Complete the following tasks (read every step before you begin):

At the end of this exercise, you should have a new file called team.md in the repository with everyone’s name in it.

Tip: use this command to view changes to a repo through time:

git log --decorate --all --graph --oneline