CPNT 201 Assignment 4 - Collaborative Git

Summary

This assignment will give you experience working with others using git. You will work as a maintainer, collaborator, and contributor.

Marks will be based on documented git commits. Each required commit will be worth 1 point.

Instructions

Steps

  1. Set up gitignore and add a file that you use to document your commits (this will be tracked at the end of the assignment)
  2. Add your git team mates
  1. As a team, write 3 rules for how you will use git. These should be stored in your README.
  1. Make a small edit to the html and css of both of your team mates projects. You should have a separate commit for the html edit and css edit (total of 4 commits). You must merge the PR from your contributor teammate.
  1. Resolve a Merge Conflict
  1. Remove the commit documentation file from your gitignore and add the file to your repository.

Required Commits

Total Points: 10

Commit documentation requirements

Submission Instructions