From 512bf12c9fe04563fa6b48186883a543860ee820 Mon Sep 17 00:00:00 2001 From: Sanjay Krishnan Date: Mon, 30 Mar 2020 09:44:06 -0500 Subject: [PATCH] Updated --- hw0/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw0/README.md b/hw0/README.md index 196ffe3..4dac54d 100644 --- a/hw0/README.md +++ b/hw0/README.md @@ -34,7 +34,7 @@ $ git pull ``` Then, we will tell you which of the pulled materials to copy over to your repository (cmsc13600-submit). Typically, they will be self-contained in a single folder with an obvious title (like hw0). -Try this out on your own! Copy the folder ``using-git`` to your newly cloned submission repository. Enter that repository from the command line and enter the copied ``using-git`` folder. There should be a single file in the folder called ``README.md``. Once you copy over files to your submission repository, you can work on them all you want. Once you are done, you need to add ALL OF THE FILES YOU WISH TO SUBMIT: +Try this out on your own! Copy the folder ``hw0`` to your newly cloned submission repository. Enter that repository from the command line and enter the copied ``using-git`` folder. There should be a single file in the folder called ``README.md``. Once you copy over files to your submission repository, you can work on them all you want. Once you are done, you need to add ALL OF THE FILES YOU WISH TO SUBMIT: ``` $ git add README.md ``` -- libgit2 0.25.0