diff --git a/README.md b/README.md new file mode 100644 index 0000000..62e8935 --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +# Git Intro Challenge + +1. Fork this repo and clone it down to your machine. +1. Clone the forked repository to your laptop in your repos directory +1. Change the colour of the welcome title from black to blue. Hint: check the style tag (CSS)! +1. Let's tell Git about this change: Add the file & then commit with a meaningful message. +1. Our repo has been updated! Let's share the update: Push the latest back to GitHub. +1. Update the introduction content and repeat the process (add, commit, push).