From 5b1428c38a97fd455a7a3c913b413cc45147d7b9 Mon Sep 17 00:00:00 2001 From: Sanjay Krishnan Date: Fri, 5 Apr 2019 08:48:40 -0500 Subject: [PATCH] Updated with some new tidbits --- using-git/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/using-git/README.md b/using-git/README.md index f82a78d..b09d153 100644 --- a/using-git/README.md +++ b/using-git/README.md @@ -23,7 +23,7 @@ The first thing to do is to open your terminal application, and ``clone`` this r ``` $ git clone https://mit.cs.uchicago.edu/cmsc13600-spr-19/skr.git cmsc13600-submit ``` -This will create a new folder that is empty titled cmsc13600-submit. There is similarly a course repository where all of the homework materials will stored. Youshould clone this repository as well: +Your username and id is your CNET id and CNET password. This will create a new folder that is empty titled cmsc13600-submit. There is similarly a course repository where all of the homework materials will stored. Youshould clone this repository as well: ``` $ git clone https://mit.cs.uchicago.edu/skr/cmsc13600-public.git cmsc13600-materials ``` -- libgit2 0.25.0