From ea432b745cb9bb127a1ccec0c306875584f4a4f9 Mon Sep 17 00:00:00 2001 From: ashya Date: Wed, 25 Sep 2019 21:29:43 -0400 Subject: [PATCH] test --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6629d35..97ab36c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # Git Exercises ## First Set -1. Create a new directory on your Desktop called git_exercises and cd into that directory. +1. Create a new directory on your Desktop called git_exercises and cd into that directory. 2. Using `git init`, create a new repository. 3. Using the `touch` command, create empty files called foo and bar in your repository directory. 4. Enter `ls` to make sure they were added.