Instructions!
- 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}
- branch name should be
- Use it to provide lecture notes to your cohort :)