Skip to content

Latest commit

 

History

History
12 lines (6 loc) · 273 Bytes

README.md

File metadata and controls

12 lines (6 loc) · 273 Bytes

lab9

Before you start working, add the extra remote repository for lab9. To do so, run:

git remote add distribution https://github.com/cs51/lab9.git

To check for updates, run:

git pull distribution master

You should run this periodically to check for updates.