Labs for Computer Networks (Honor Track), Spring 2023
-
Clone this repo
git clone [email protected]:yxKryptonite/ComNet.git cd ComNet
-
Switch to lab branch, e.g.
git checkout lab1
-
Make changes and commit to the repo
git add . git commit -m 'make changes'
-
Create pull request
See GitHub Docs for details.