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 diff --git a/hello.txt b/hello.txt new file mode 100644 index 000000000..bd445ce54 --- /dev/null +++ b/hello.txt @@ -0,0 +1,3 @@ +Welcome To Team guyzz!!!!!! +Hey i'm your team leader. +This is new message. \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 000000000..192526b44 --- /dev/null +++ b/index.html @@ -0,0 +1,13 @@ + + + + + + Document + + +

Hello World

+

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

+

Hi

+ + \ No newline at end of file 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 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