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 diff --git a/index.html b/index.html index 4ba7365..f87e67c 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@
-This is a paragraph in Dev Branch.
we are learning about git Merge
- +Merging