open your teminal, run below command.
cd your_work_dir
git clone https://github.com/Liam-Zhou/chuwa0610
git branch firstName_lastName/master
git checkout firstName_lastName/master
example:
HW1:
git checkout -b firstName_lastName/hw1
git add .
git commit -m "commit_message"
git push origin firstName_lastName/hw1
write your assignment under this feature branch.
short questions assignments -> shortQuestions directory
coding assignments -> coding directory
working on your homework branch, ie. firstName_lastName/hw1
git push origin firstName_lastName/hw1
then open your github, Compare and Pull or New pull request
to **firstName_lastName/master** from **firstName_lastName/hw1**
You should always raise your PRs to your own firstName_lastName/master branch, Please don't raise your PR to main branch