Commit 37fa6a4f by Sanjay Krishnan

Updated with a clarification

parent 51f4295f
Showing with 1 additions and 1 deletions
...@@ -19,7 +19,7 @@ Git is installed on all of the CSIL computers, and to install git on your machin ...@@ -19,7 +19,7 @@ Git is installed on all of the CSIL computers, and to install git on your machin
Every student in the class has a git repository (a place where you can store completed assignments). This git repository can be accessed from: Every student in the class has a git repository (a place where you can store completed assignments). This git repository can be accessed from:
[https://mit.cs.uchicago.edu/cmsc13600-spr-19/<your cnetid>.git] [https://mit.cs.uchicago.edu/cmsc13600-spr-19/<your cnetid>.git]
The first thing to do is to open your terminal application, and ``clone`` this repository (NOTE skr is ME!!!): The first thing to do is to open your terminal application, and ``clone`` this repository (NOTE skr is ME, replace it with your CNET id!!!):
``` ```
$ git clone https://mit.cs.uchicago.edu/cmsc13600-spr-19/skr.git cmsc13600-submit $ git clone https://mit.cs.uchicago.edu/cmsc13600-spr-19/skr.git cmsc13600-submit
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment