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..3211f0479 --- /dev/null +++ b/hello.txt @@ -0,0 +1 @@ +welcome to the git workshop by coc. \ No newline at end of file diff --git a/index.html b/index.html new file mode 100644 index 000000000..bf544cf48 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + Document + + +

hello

+

hii

+ + \ No newline at end of file