From aa2a343d04d6ef62c4b799ccf62f13d5b9af4fc9 Mon Sep 17 00:00:00 2001 From: Sneha Menat Date: Wed, 16 Oct 2024 16:59:29 +0530 Subject: [PATCH 1/3] 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 0cad0b5a23629a20c2e6ba3d1d5c066ac10d17d6 Mon Sep 17 00:00:00 2001 From: Sneha Menat Date: Wed, 16 Oct 2024 17:01:07 +0530 Subject: [PATCH 2/3] 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 a3d5af4453146e9e4e8f7af174fde7c21c16baa7 Mon Sep 17 00:00:00 2001 From: Sneha Menat Date: Wed, 16 Oct 2024 17:15:37 +0530 Subject: [PATCH 3/3] index file added --- 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..f0ced1b27 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hello

+ + \ No newline at end of file