-
Notifications
You must be signed in to change notification settings - Fork 56
[Documentation:Submission] Added VCS Gradeable Type #430
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
….io into subfolder_grading
…o into wwuUserSubmitty
@IDzyre Can you please update the documentation as necessary? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good! Just some small typo stuff to fix and I'll approve it.
4. Create the course (if not already set up). | ||
|
||
5. Create the gradeable, selecting the proper gradeable type, in the required field, | ||
type the SSH clone link, but replace your user id with {$user_id} `Should look like git@github.com:{$user_id}/student101.git` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: with {$user_id}.
(Should have period.)
|
||
6. Give your students the URL to the repository, and instruct them to _fork_ it. | ||
|
||
__NOTE: Students user ids in Submitty need to be the same as your VCS system__ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Probably should have period. as your VCS system.
|
||
***Submitty will need access to the student's repositories, whether that be adding a SSH key for private repositories, or having public repositories.*** | ||
|
||
1. Create a group/organization with a simple name (e.g. cptr101. This part can be skipped if using the instructors repositories.) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: I'm assuming you meant instructor's repositories
?
|
||
4. Set the upstream repository using `git remote add upstream SSH_URL`. Replace `SSH_URL` with the 'Clone with SSH' URL from the course repository window from step 1. | ||
|
||
4. To pull changes from the upstream repository, use the commands |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe do user the commands:
instead, adding a colon.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Updates documentation on Submitty/Submitty#7435
https://submitty.org/student/submission/version_control
