Designed for use with GitHub Classroom, this repository contains the in-class materials that you will need in Computer Science 401. All of the work that you do in class will count towards your class participation grade.
When the course instructor provides the new material for the in-class activity, you can type this command in the main directory for this repository:
git remote add download [email protected]:Allegheny-Computer-Science-401-S2019/cs401s2019_inclass
You should only need to type this command once; typing the command additional times may yield an error message but will not negatively influence the state of your repository. Now, you are ready to download the updates provided by the course instructor by typing:
git pull download master
This second command can be run whenever the course instructor needs to provide you with new source code for this assignment. However, please note that, if you have edited the files that the course instructor updated, running the previous command may lead to Git merge conflicts. If this happens, you may need to manually resolve them with the help of the instructor or a teaching assistant.
If you have found a problem with this assignment's provided source code, then you can go to the [Computer Science 401 Class Material repository] (https://github.com/Allegheny-Computer-Science-401-S2019/cs401s2019_inclass) repository and create an issue by clicking the "Issues" tab and then clicking the green "New Issue" button.
If you are having trouble completing any part of the class exercises, then please talk with the course instructor. Alternatively, you may ask questions in the Slack workspace for this course.