From 66ddb7045ec29a091a36a73cc37898ae1fb93233 Mon Sep 17 00:00:00 2001 From: Shreya Ghodeswar Date: Wed, 16 Oct 2024 16:59:38 +0530 Subject: [PATCH 1/4] Add 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 3e39120e2b2bfda2ec253fe73fc325a3339f035a Mon Sep 17 00:00:00 2001 From: Shreya Ghodeswar Date: Wed, 16 Oct 2024 17:01:27 +0530 Subject: [PATCH 2/4] Modified README.md --- 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 9f2619acfc6e37c55b429a8ab5a2873475131cb4 Mon Sep 17 00:00:00 2001 From: Shreya Ghodeswar Date: Wed, 16 Oct 2024 17:49:10 +0530 Subject: [PATCH 3/4] changes in index.html --- index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 000000000..76f564911 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

hello

+ + \ No newline at end of file From a608379af3784c8b0416b83df9e0606de9b9ccce Mon Sep 17 00:00:00 2001 From: Shreya Ghodeswar Date: Wed, 16 Oct 2024 17:57:37 +0530 Subject: [PATCH 4/4] changes1 --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 76f564911..bf544cf48 100644 --- a/index.html +++ b/index.html @@ -7,5 +7,6 @@

hello

+

hii

\ No newline at end of file