Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 339 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 339 Bytes

Instructions!

  1. Make a new branch using main as your template
    • branch name should be firstname-lastname/month-YYYY i.e., zaviar-brown/June-2023
    • git checkout main
    • git pull
    • git checkout -b {your branch name}
    • git push -u origin {your branch name}
  2. Use it to provide lecture notes to your cohort :)