From 0398329d708f89ee3d5ca1cd36dbdf82cf2d63a0 Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL <67427510+Kilonso1@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:08:52 -0500 Subject: [PATCH 1/6] Create config.txt --- 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..bdb4f7c3 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +Some configurations that were checked in after init +need to pull this file down From d04fe00b9f5f737bd0c4c56620a361d4d13fb16c Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL <67427510+Kilonso1@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:18:27 -0500 Subject: [PATCH 2/6] Create config2.txt --- config2.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 config2.txt diff --git a/config2.txt b/config2.txt new file mode 100644 index 00000000..7e00422f --- /dev/null +++ b/config2.txt @@ -0,0 +1,2 @@ +This is the new configuration file +since the old one had issues From a83a7b764ba37810dbd1ab27b079054d1e3dc28a Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL Date: Thu, 20 Apr 2023 18:21:53 -0500 Subject: [PATCH 3/6] New additions --- config.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.txt b/config.txt index bdb4f7c3..e94957be 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,6 @@ Some configurations that were checked in after init need to pull this file down + +New additions + + From ba5f87c5aeb222e12f4092585ce963a4b8d0346d Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL <67427510+Kilonso1@users.noreply.github.com> Date: Thu, 20 Apr 2023 18:25:43 -0500 Subject: [PATCH 4/6] Create feature3.txt --- 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..4e9e122c --- /dev/null +++ b/Feature3/feature3.txt @@ -0,0 +1 @@ +Feature 3 Implementation From 3a5f00efa82d10cdd97fdcf289073d71e20cec90 Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL Date: Thu, 20 Apr 2023 18:26:49 -0500 Subject: [PATCH 5/6] new additions --- config.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/config.txt b/config.txt index e94957be..de9f616c 100644 --- a/config.txt +++ b/config.txt @@ -3,4 +3,8 @@ need to pull this file down New additions +More additions + + + From 16a41afb53bbcd0cf18531ea040047944320167d Mon Sep 17 00:00:00 2001 From: OLUWASEGUNFUNMI SOLOMON SAMUEL Date: Fri, 21 Apr 2023 11:43:37 -0500 Subject: [PATCH 6/6] Utility Feature --- util/config.txt | 6 ++++++ util/feature.txt | 5 +++++ util/utility.txt | 10 ++++++++++ 3 files changed, 21 insertions(+) create mode 100644 util/config.txt create mode 100644 util/feature.txt create mode 100644 util/utility.txt diff --git a/util/config.txt b/util/config.txt new file mode 100644 index 00000000..ae56cf78 --- /dev/null +++ b/util/config.txt @@ -0,0 +1,6 @@ + +``` +config1:abc +config2:123 +config3:xyz +`` \ No newline at end of file diff --git a/util/feature.txt b/util/feature.txt new file mode 100644 index 00000000..5747e855 --- /dev/null +++ b/util/feature.txt @@ -0,0 +1,5 @@ +``` +feature 1 implementation +feature 2 implementation +feature 3 implementation +``` \ No newline at end of file diff --git a/util/utility.txt b/util/utility.txt new file mode 100644 index 00000000..10578f11 --- /dev/null +++ b/util/utility.txt @@ -0,0 +1,10 @@ +This is a utility +there are several different features +1 +2 +3 +and multiple configs +a +b +c +`` \ No newline at end of file