From f0cba4227d60e47a85b646a87b71db6869d4d1d8 Mon Sep 17 00:00:00 2001 From: Vedant Shelke Date: Tue, 30 Sep 2025 00:57:10 +0530 Subject: [PATCH] Add additional documentation and learning objectives --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b1034661..9517652e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Introduction to Git and GitHub +# Introduction to Git and GitHub - Fixed Typo ## Simple Interest Calculator @@ -14,3 +14,14 @@ Output ``` _© 2022 XYZ, Inc._ + +## Additional Documentation +This repository demonstrates Git workflow concepts including branching, merging, and pull requests. + +### Learning Objectives +- Understanding Git CLI commands +- Practicing branch management +- Implementing merge workflows + +## Additional Documentation +This repository demonstrates Git workflow concepts including branching, merging, and pull requests.