From d544ae86fafda061061bea9d8445ab02afdf077b Mon Sep 17 00:00:00 2001 From: caadmin Date: Wed, 15 Aug 2018 08:41:07 +1000 Subject: [PATCH] added README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md 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).