Lecture material for 2021
cd whereYouWantToPut
git clone https://github.com/NTUEEInfoDep/webLecture-2021.git
cd webLecture-2021
git branch yourBranchName
git checkout yourBranchName
cd webLecture-2021
git pull origin main
git add fileYouChanged
git commit -m "add some message here"
git push origin yourBranchName