git-seminar-winter-2023, CS50 for JDs

  1. Fork this repository

  2. Clone the fork into your local computer

  3. Change the directory into the cloned repo by running:

cd git-seminar-winter-2023
  1. Run the Python program that will prompt you for your name and GitHub username:
python gitit.py
  1. After filling in your details, run git status

  2. Add the changes to the staging area

  3. Commit, Push, Sync your fork, Open a pull request

  4. That's it!