Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Assignment 1 - Version Control with Git and GitHub

Complete all the steps described in the chapter 1 of the book. As a result, you should have a public repository on Github with the name my-project.

To verify that you have successfully completed the assignment, you can run the following command in your terminal:

git clone https://github.com/mcallara/autograder
cd autograder
git clone https://github.com/your-github-username/my-project
uv run autograder tests_assignment_1 my-project

This will run the autograder tests for assignment 1 against your repository. If all tests pass, you have successfully completed the assignment.

Common issues and troubleshooting