From 56cf290f186c06fcc1c71b62bd354dfd811b0209 Mon Sep 17 00:00:00 2001 From: Humigo06 Date: Mon, 31 Aug 2026 09:14:38 -0400 Subject: [PATCH 1/4] Added and removed values to the .txt file --- example.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example.txt b/example.txt index 1ac9429..3196362 100644 --- a/example.txt +++ b/example.txt @@ -1,8 +1,8 @@ My Grocery List - Apples -- Bananas - Potato Chips - Eggs - Butter - Sugar - Lemons +- Chocolate Milk From 1ff701eb83b8bfd94e701def0ffbb72d4a93b8c4 Mon Sep 17 00:00:00 2001 From: Humigo06 Date: Mon, 31 Aug 2026 09:28:10 -0400 Subject: [PATCH 2/4] Removed "Lemons" --- example.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/example.txt b/example.txt index 3196362..f63f9d1 100644 --- a/example.txt +++ b/example.txt @@ -4,5 +4,4 @@ My Grocery List - Eggs - Butter - Sugar -- Lemons - Chocolate Milk From 4623386c4702aee69e52a1c760eb0a901034b7a7 Mon Sep 17 00:00:00 2001 From: Humigo06 Date: Mon, 31 Aug 2026 09:36:49 -0400 Subject: [PATCH 3/4] Added gretting to the .txt file --- example.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example.txt b/example.txt index f63f9d1..78621d4 100644 --- a/example.txt +++ b/example.txt @@ -1,3 +1,4 @@ +Hello from my branch My Grocery List - Apples - Potato Chips From ad481383a980e937e0966a5dbfdbf0110c75aa00 Mon Sep 17 00:00:00 2001 From: Humigo06 Date: Mon, 31 Aug 2026 09:52:46 -0400 Subject: [PATCH 4/4] Added blank line after greeting --- example.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/example.txt b/example.txt index 78621d4..4179b07 100644 --- a/example.txt +++ b/example.txt @@ -1,4 +1,5 @@ Hello from my branch + My Grocery List - Apples - Potato Chips