Work in a small group (2-3 students) to collaboratively build a simple webpage using GitHub forks, branches, and pull requests.
ONLY ONE person in your group should fork this repository.
The person who forked it should go to: Settings → Collaborators → Add your teammates by their GitHub usernames.
This allows all group members to push to the same fork.
- Each member clones the shared fork:
- Each member creates their own branch
- Open
index.htmland add your personal section in the<main>tag
<section>
<h2>Krishnan Tholkappian</h2>
<p>I’m learning about GitHub collaboration and PRs!</p>
</section>
- Go to your team's fork on GitHub.
- You’ll see a banner: “Compare & pull request.” Click it.
- Create a PR to your group’s main branch. Make sure you write a description!
- They have merge conflicts now!