Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion 2-Git/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
6 changes: 4 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<head>

<title>XYZ-company/title>
<title>ABC-company/ </title>

</head>

Expand All @@ -14,11 +14,13 @@

<h1>This is GitOps Class going on. </h1>

<h3> Hello To All </h3>

<p>This is a paragraph in Dev Branch. </p>

<p>we are learning about git Merge </p>


<p> Merging</p>

</body>

Expand Down