Open main menu

CDOT Wiki β

Changes

GitHub Classroom Setup

286 bytes added, 18:03, 22 May 2019
no edit summary
# All labs and assignments can be found here: https://www.github.com/ops435/
# Each repository contains your own individual code and is set to private. The only people who can see it are you and your professor.
 
== Cloning Labs and Assignments ==
# To clone (download locally) your lab using SSH: <syntaxhighlight lang="Bash" inline>git clone git@github.com:ops435/lab1-yourgithubusername.git ~/ops435/lab1/</syntaxhighlight>
# Substitute your GitHub username and lab number in the above command.