From 9f07684a22a91fad93ea5c9e64b8d7efdc53750d Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:10:36 +0530 Subject: [PATCH 1/5] Update README documentation --- README | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README b/README index 980a0d5..d42ad8a 100644 --- a/README +++ b/README @@ -1 +1,5 @@ Hello World! + +## About This Project + +This project demonstrates the Git and GitHub fork-and-pull request workflow. \ No newline at end of file From b122521aec9a6f94a345fce580f3806e820142af Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:26:03 +0530 Subject: [PATCH 2/5] Add project purpose to README --- README | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README b/README index d42ad8a..4f59d99 100644 --- a/README +++ b/README @@ -2,4 +2,7 @@ Hello World! ## About This Project -This project demonstrates the Git and GitHub fork-and-pull request workflow. \ No newline at end of file +This project demonstrates the Git and GitHub fork-and-pull request workflow. +### Purpose + +The purpose of this project is to demonstrate collaborative development using Git and GitHub. From 08d7d3eb6953079f06028361f3ed40627c8216eb Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:43:06 +0530 Subject: [PATCH 3/5] Add feature branch information --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README b/README index 4f59d99..e58d82a 100644 --- a/README +++ b/README @@ -1,8 +1,5 @@ Hello World! -## About This Project +## Feature Branch -This project demonstrates the Git and GitHub fork-and-pull request workflow. -### Purpose - -The purpose of this project is to demonstrate collaborative development using Git and GitHub. +This change was made in the feature branch for LAB EX15. \ No newline at end of file From dc9aca08013bf82c105dbccd572eb7974742fd4b Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Fri, 14 Aug 2026 09:43:56 +0530 Subject: [PATCH 4/5] Update README in master --- README | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/README b/README index 4f59d99..b292d1f 100644 --- a/README +++ b/README @@ -1,8 +1,5 @@ Hello World! -## About This Project +## Feature Branch -This project demonstrates the Git and GitHub fork-and-pull request workflow. -### Purpose - -The purpose of this project is to demonstrate collaborative development using Git and GitHub. +This change was made directly in the master branch. \ No newline at end of file From 5e138be61573689583a27e89958ebc65bb4f5dc1 Mon Sep 17 00:00:00 2001 From: Somesh Kumar Date: Wed, 19 Aug 2026 08:39:51 +0530 Subject: [PATCH 5/5] Update README in master --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index b292d1f..1586dc6 100644 --- a/README +++ b/README @@ -2,4 +2,6 @@ Hello World! ## Feature Branch -This change was made directly in the master branch. \ No newline at end of file +## Feature Branch + +This change was made directly in the master branch for LAB EX15. \ No newline at end of file