Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 281 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 281 Bytes

##project

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

git remote add distribution git@github.com:cs51/project.git

To check for updates, run:

git pull distribution master

You should run this periodically to check for updates.