diff --git a/README.md b/README.md index 6629d35..7e167c5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # Git Exercises +# hello there + ## First Set 1. Create a new directory on your Desktop called git_exercises and cd into that directory. 2. Using `git init`, create a new repository. @@ -45,3 +47,6 @@ 2. Commit your change with an appropriate message. Why not? 3. Push your change to GitHub. By refreshing your browser, confirm that the new line has been added to the rendered README. Click on the “official Git documentation” link to verify that it works. + +# END of README +[official Git documentation](https://git-scm.com/) \ No newline at end of file diff --git a/bar b/bar new file mode 100644 index 0000000..e69de29 diff --git a/baz b/baz new file mode 100644 index 0000000..e69de29 diff --git a/foo b/foo new file mode 100644 index 0000000..e69de29