From 7506f47e4c4fd7e02b2ed6c8bee8bfda176674d4 Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Wed, 16 Oct 2024 16:59:08 +0530 Subject: [PATCH 1/8] Adding hello.txt file --- hello.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 hello.txt diff --git a/hello.txt b/hello.txt new file mode 100644 index 000000000..3f5ffa99a --- /dev/null +++ b/hello.txt @@ -0,0 +1,2 @@ +Welcome To Team guyzz!!!!!! +Hey i'm your team leader. \ No newline at end of file From b84fc8c36e0e5917d427a43f861fd7f168412dda Mon Sep 17 00:00:00 2001 From: "Karan P. Shah" Date: Wed, 16 Oct 2024 17:00:06 +0530 Subject: [PATCH 2/8] Adding world.txt --- world.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 world.txt diff --git a/world.txt b/world.txt new file mode 100644 index 000000000..f0c2e2378 --- /dev/null +++ b/world.txt @@ -0,0 +1 @@ +Welcome to Github workshop by COC. \ No newline at end of file From 656ba4218c40b2ad7dff8fbc197600bf08a0621a Mon Sep 17 00:00:00 2001 From: "Karan P. Shah" Date: Wed, 16 Oct 2024 17:01:28 +0530 Subject: [PATCH 3/8] Adding world.txt --- 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 0b715e1be3749277393518843038cafe9db867c9 Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Wed, 16 Oct 2024 17:34:36 +0530 Subject: [PATCH 4/8] Added new meessage for members in hello file --- hello.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hello.txt b/hello.txt index 3f5ffa99a..bd445ce54 100644 --- a/hello.txt +++ b/hello.txt @@ -1,2 +1,3 @@ Welcome To Team guyzz!!!!!! -Hey i'm your team leader. \ No newline at end of file +Hey i'm your team leader. +This is new message. \ No newline at end of file From e16d7448c675ce39d3929760aa57482cd4d9d35c Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Wed, 16 Oct 2024 17:43:01 +0530 Subject: [PATCH 5/8] Added index filr --- 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..4a2987447 --- /dev/null +++ b/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Hello World

+ + \ No newline at end of file From c9d2699e616f83a5106d79e2864d71d7f612e07c Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Wed, 16 Oct 2024 17:57:37 +0530 Subject: [PATCH 6/8] modified para --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 4a2987447..964ffc16e 100644 --- a/index.html +++ b/index.html @@ -7,5 +7,6 @@

Hello World

+

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt, sapiente?

\ No newline at end of file From a6432956b1860201a2d4a0ba41472aed017d4ae6 Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Wed, 16 Oct 2024 18:05:43 +0530 Subject: [PATCH 7/8] new h2 tag --- index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/index.html b/index.html index 964ffc16e..192526b44 100644 --- a/index.html +++ b/index.html @@ -8,5 +8,6 @@

Hello World

Lorem ipsum dolor sit amet, consectetur adipisicing elit. Incidunt, sapiente?

+

Hi

\ No newline at end of file From be78bd51d3c7fb06b30a62454af42ad01350677b Mon Sep 17 00:00:00 2001 From: DARSHITSHAH-2906 Date: Fri, 18 Oct 2024 13:38:06 +0530 Subject: [PATCH 8/8] Added new python file --- tp .py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tp .py diff --git a/tp .py b/tp .py new file mode 100644 index 000000000..6d95fe97a --- /dev/null +++ b/tp .py @@ -0,0 +1 @@ +print("Hello world") \ No newline at end of file