Assignment 5 - Remote Git

Practice setting up and using a remote Git repo

Objectives

  • Practice the basic Git commands: add and commit and, if necessary, reset
  • Practice with Git branching and merging

Setup

  1. You must have completed Lab: GitHub CLI setup prior to starting this assignment.
  2. Click this link: https://classroom.github.com/a/JGEq7HZ2
  3. Select your name on the “Join the classroom” page and continue.
  4. Select “Accept this assignment” on the next page.

You will see a confirmation screen similar to the one below. Refresh the page if you don’t see it.

Classroom assignment confirmation

Click on the link to your assignment repository. You will see a GitHub remote repository containing a README.md file:

starting point of the repo for the assignment

Instructions

  1. Clone the project to your seng-201/ directory or wherever you are gathering your assignments.
  2. Option 1: Create some content for your project. I don’t care what it is: Python files, text files, etc. Make at least two, small, incremental commits to the main branch that change your project content.
  3. Option 2: Complete Assignment 4 using this repo instead of creating your own.
  4. git push your completed code.

Rubric

No partial credit.

  • (10 pts) Your remote repo’s version history show that you contributes a minimum of two versions on the main branch.

Submission due November 11

Push your version to GitHub by the deadline. No Canvas submission.

Last modified November 23, 2024.