From 8009e9030364249318b741caf65d335015d947ad Mon Sep 17 00:00:00 2001 From: Pinkysahoo43 <132168565+Pinkysahoo43@users.noreply.github.com> Date: Wed, 3 May 2023 00:12:56 +0530 Subject: [PATCH 1/4] Update README.md --- 2-Git/README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/2-Git/README.md b/2-Git/README.md index 3e9dad2..66f9262 100644 --- a/2-Git/README.md +++ b/2-Git/README.md @@ -1,4 +1,14 @@ -# Version Control System +# Version Control SystemTable of Contents + +Table of Contents + +1. [Purpose of Git Branches](#purpose-of-git-branches) +2. [Creating a Branch](#creating-a-branch) +3. [Switching Between Branches](#switching-between-branches) +4. [Merging Branches](#merging-branches) +5. [Deleting a Branch](#deleting-a-branch) + + ## Introduction From a52f6407736e18105e6d4c5b94d89f802763836e Mon Sep 17 00:00:00 2001 From: pinkysahoo43 Date: Thu, 4 May 2023 19:41:11 +0000 Subject: [PATCH 2/4] changes in index file --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4ba7365..d48160c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ -XYZ-company/title> +<title>ABC-company/ From bab7a2ade2e44362a9d7f8a03343c8325980d74f Mon Sep 17 00:00:00 2001 From: pinkysahoo43 Date: Thu, 4 May 2023 19:55:43 +0000 Subject: [PATCH 3/4] changes in heading --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index d48160c..90cd69a 100644 --- a/index.html +++ b/index.html @@ -14,6 +14,8 @@

This is GitOps Class going on.

+

Hello To All

+

This is a paragraph in Dev Branch.

we are learning about git Merge

From 82fa7a9b14bed4a9ddaaa2a8d9e821b4a2219d79 Mon Sep 17 00:00:00 2001 From: pinkysahoo43 Date: Thu, 4 May 2023 20:13:57 +0000 Subject: [PATCH 4/4] adding paragraph --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 90cd69a..f87e67c 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

Hello To All

we are learning about git Merge

- +

Merging