This course uses GitHub for assignment submission. You should each be assigned to a (separate) team and have a private repo named as follows:
Team:https://github.com/orgs/cs342/teams/loginIdRepo:https://github.com/cs342/loginId
Start by cloning your repo using Git. I do this using eGit, an Eclipse extension that manages Git operations, but you can use any Git client you choose. To use eGit:
https://github.com/cs342/loginId
This should load an empty repo into your local workspace. If it doesn’t, create one with with your loginId as the name and Eclipse should connect it with the eGit repo you’ve cloned. Then add solution files to it as specified in the assignments. The procedure for submitting assignments depends on the nature of the assignment:
For simple assignments that involve only a set of files, create a
new folder in your repo based on the assignment name, e.g., lab01
, homework01
, include your lab solution files in that
folder and commit/push your repo to GitHub by the due date/time.
For assignments that require their own, separate repos, we’ll need to create a new, private repos or repos owned by your team and push your full project there. more details to follow here...
We will grade your assignment and put comments and scores in the Moodle gradebook.