From 9202437fbc525ef6e0670c7940bf17b9e136a836 Mon Sep 17 00:00:00 2001 From: Kolbee Morris Date: Mon, 25 May 2026 16:41:03 -0600 Subject: [PATCH 1/2] Add initial README.md file --- README.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 00000000..1f932728 --- /dev/null +++ b/README.md @@ -0,0 +1 @@ +This is a readme file that i am going to create and then pull it to practice my git. From a500f58627b6ae243a916c0fa69304046d9e140a Mon Sep 17 00:00:00 2001 From: kolbeem34 Date: Mon, 25 May 2026 16:51:28 -0600 Subject: [PATCH 2/2] adding more to the readme.md to create a pull request to the main branch. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1f932728..dd775a1c 100644 --- a/README.md +++ b/README.md @@ -1 +1,2 @@ This is a readme file that i am going to create and then pull it to practice my git. +I am adding another line of the readme to create a pull request.