Robotics-II-Circuit-Python

Circuit Python tutorials in Robotics II

View the Project on GitHub MrPrattASH/Robotics-II-Circuit-Python

Table of Contents

Creating a Repo

Basic Github Desktop Workflow

Required Tasks

Either while following along with the video, or after:

  1. Create your Robotics Repo
  2. Publish This repo to github’s remote servers.
  3. Create a folder in this repo called tutorial code
  4. Add your hello.py file to the tutorial_code folder
  5. Add **.DS_Store to your git.ignore file.
  6. Add a commit summary and description
  7. Push this commit to remote
  8. Change your hello.py to add a new line & save: print("this is a new line from my second commit!")
  9. Commit new changes to your repo (with relevant summary/description) & push to remote
  10. View commit history