From 79db8b5fb6e3ce5c891d5c401dc276422ce94bce Mon Sep 17 00:00:00 2001 From: ramoletane Date: Sun, 8 May 2022 15:46:34 +0200 Subject: [PATCH] Adding an index page to my-branch --- index.html | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..e8c6469 --- /dev/null +++ b/index.html @@ -0,0 +1,17 @@ + + + +Git Demo + + + + +
+

My First Open Source Contribution

+

I am following an awesome tweet by Marko Denic encouraging his Web Development followers to make their first open source contributions. I have followed the step-by-step guide provided in a link on the tweet. This code is part of Step 6 in the guide.

+

I think Marko's guide skipped a step after cloning the repository in Step 3. I think we should change to the newly created directory,

cd git-demo
before Step 4.

+
+ +