Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Latest commit

 

History

History
20 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 573 Bytes

csce567-project

CSCE 567 project for Team #6.

How to work on this project

If you have changes to contribute back to this repo, you can do so via Pull Requests.

To stay synced up on changes, you'll need to add this repo as a git remote:

git remote add upstream https://github.com/philipaconrad/csce567-project.git

To pull down new changes from this repo, do:

git fetch upstream
git merge upstream/master