From ed0d5b4b64d0b735bb575c74d2d6b350f0b0e102 Mon Sep 17 00:00:00 2001 From: Vedaang Date: Wed, 16 Oct 2024 16:59:33 +0530 Subject: [PATCH 1/4] Added Hello.txt --- hello.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 000000000..3211f0479 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +welcome to the git workshop by coc. \ No newline at end of file From 81172eab0cf2bc3a7f7701fab0c1891bab8b53fc Mon Sep 17 00:00:00 2001 From: Vedaang Date: Wed, 16 Oct 2024 17:00:15 +0530 Subject: [PATCH 2/4] Modified README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 51fc1f691..525437fbb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Complete Git and Pull Request Tutorial (Git Together) -Welcome to the comprehensive Git and Pull Request tutorial for the Xplore project! This guide will walk you through the entire process of contributing to the project, from forking the repository to creating a pull request. We'll cover basic and advanced Git commands, error handling, and best practices. +Welcome to the comprehensive Git and Pull Request tutorial for the Xplore project! This guide will walk you through the entire process of contributing to the project, from forking the repository to creating a pull request. We'll cover basic and advanced Git commands, error handling, and best practice. ## Table of Contents From de1237957d760b73f22ff1a10ec022eea57cb399 Mon Sep 17 00:00:00 2001 From: Vedaang Date: Wed, 16 Oct 2024 17:15:49 +0530 Subject: [PATCH 3/4] Added an HTML file --- index.html | 1 + 1 file changed, 1 insertion(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 000000000..8776ba659 --- /dev/null +++ b/index.html @@ -0,0 +1 @@ +

This a paragraph tag.

\ No newline at end of file From 88085e504c2d59287dc5e6e9b3c2fd03776951bc Mon Sep 17 00:00:00 2001 From: Vedaang Date: Wed, 16 Oct 2024 17:45:14 +0530 Subject: [PATCH 4/4] JS added --- code.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 code.js diff --git a/code.js b/code.js new file mode 100644 index 000000000..e69de29bb