This repository contains the starting code for the Git Exam.
- Clone this repository.
- You’ll need to use the SSH clone URL when submitting the exam on Submitty, but it’s often easier to use the HTTPS clone URL when cloning this repository locally.
- Follow GitHub’s official instructions if you encounter authentication problems.
- Create your own private Git repository on GitHub.
- Add the public key that your instructor provided to you as a deploy key in your private Git repository.
- Follow GitHub’s official instructions.
- Skip step 1 of those instructions.
- You do not need to enable write access.
- Add that private Git repository as a remote in your local working copy of this repository.
- As with the source repository, you might find it easier to use the HTTPS clone URL when adding your private repository as a remote in your local working copy. Remember to use the SSH clone URL when submitting the exam on Submitty.
- Complete the exam per the instructions in the Markdown files in the
Instructions
directory.- Unless otherwise specified, all code should be written in the provided
Code.py
Python file.
- Unless otherwise specified, all code should be written in the provided
- Submit your exam on Submitty by entering the SSH clone URL for your private GitHub repository.