From d5743c47faa3088420ea4d7eabca1b407294c8d1 Mon Sep 17 00:00:00 2001 From: SenecaSublime Date: Mon, 6 Jul 2026 13:54:24 -0400 Subject: [PATCH 1/8] Add config.txt with initial content --- config.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config.txt diff --git a/config.txt b/config.txt new file mode 100644 index 00000000..c82de6a6 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +Line 1 +Line 2 From ed037668192d245457dd06e51d92af1842580c71 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:00:56 -0400 Subject: [PATCH 2/8] Add more config --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index c82de6a6..11f2fb90 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ Line 1 Line 2 +Some more config! From 969d97fe0d0a77d2015ff6cd2de34319a08cde33 Mon Sep 17 00:00:00 2001 From: SenecaSublime Date: Mon, 6 Jul 2026 14:10:02 -0400 Subject: [PATCH 3/8] Add feature3.txt with feature 3 implementation details --- feature3/feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3/feature3.txt diff --git a/feature3/feature3.txt b/feature3/feature3.txt new file mode 100644 index 00000000..1e2aad57 --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +Feature 3 Implementation. From f138a9c1a72de1e2dbf01ddbd500ab7b270625d7 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:14:22 -0400 Subject: [PATCH 4/8] Update config.txt to include additional changes --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 11f2fb90..8c5dd91a 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ Line 1 Line 2 Some more config! +made some more changes! \ No newline at end of file From 676ecad50950df410701d8ae1bf11da2a7ad0190 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:20:27 -0400 Subject: [PATCH 5/8] Update README.md to emphasize demo importance --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7897335..a95915aa 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,2 @@ # widgit -Starting Point for Using Git Branches with Your Team demos +Starting Point for Using Git Branches with Your Team demos!!! From 96d1528cec1c9f1977f1e582fa2ab717385f6ae6 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:26:11 -0400 Subject: [PATCH 6/8] Add Feature4.txt to introduce new feature implementation --- Feature4.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 Feature4.txt diff --git a/Feature4.txt b/Feature4.txt new file mode 100644 index 00000000..2b420055 --- /dev/null +++ b/Feature4.txt @@ -0,0 +1 @@ +Some work. \ No newline at end of file From c07762165eb1b52a2c435acccb25f241648b0a78 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:41:47 -0400 Subject: [PATCH 7/8] Added utils --- util/code.txt | 1 + util/feature.txt | 1 + util/utility.txt | 1 + 3 files changed, 3 insertions(+) create mode 100644 util/code.txt create mode 100644 util/feature.txt create mode 100644 util/utility.txt diff --git a/util/code.txt b/util/code.txt new file mode 100644 index 00000000..87c9ff29 --- /dev/null +++ b/util/code.txt @@ -0,0 +1 @@ +Here is the code!!! diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..8ad24adb --- /dev/null +++ b/util/feature.txt @@ -0,0 +1 @@ +this is the featuren \ No newline at end of file diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..90bfcb51 --- /dev/null +++ b/util/utility.txt @@ -0,0 +1 @@ +this is a test From b742f0a6d93997d3c206c15f3fd3511c8089bfd8 Mon Sep 17 00:00:00 2001 From: MB Date: Mon, 6 Jul 2026 14:55:29 -0400 Subject: [PATCH 8/8] Add note about changes made from fb-another branch --- util/code.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/util/code.txt b/util/code.txt index 87c9ff29..3207641a 100644 --- a/util/code.txt +++ b/util/code.txt @@ -1 +1,2 @@ Here is the code!!! +I made this change from fb-another branch!