From fa615f5e7955b80b3167e8aea1ed074133ba709b Mon Sep 17 00:00:00 2001 From: nincon Date: Wed, 12 Jun 2024 11:59:56 +0200 Subject: [PATCH 1/5] Create config.txt Adding of a configuration file --- 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..fa1a9afe --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +We are going to add some configurations that were checked in after init +We shall need to pul this file down From 09ce53948b6d3a03c2f65baa30153a2d568fb518 Mon Sep 17 00:00:00 2001 From: "David A." Date: Wed, 12 Jun 2024 12:06:07 +0200 Subject: [PATCH 2/5] Some additional configurations added --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index fa1a9afe..2d5bca53 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ We are going to add some configurations that were checked in after init We shall need to pul this file down +Making additional changes into the file From ec724d9782dab00af4809a76dba27d81744ad209 Mon Sep 17 00:00:00 2001 From: nincon Date: Wed, 12 Jun 2024 12:21:26 +0200 Subject: [PATCH 3/5] Create feature3.txt Feature 3 Implimentation --- feature 3/feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature 3/feature3.txt diff --git a/feature 3/feature3.txt b/feature 3/feature3.txt new file mode 100644 index 00000000..a594aca4 --- /dev/null +++ b/feature 3/feature3.txt @@ -0,0 +1 @@ +Feature 3 implimentation From 79c720d3fe51572c55d82599b0a52ae222675884 Mon Sep 17 00:00:00 2001 From: "David A." Date: Wed, 12 Jun 2024 12:23:39 +0200 Subject: [PATCH 4/5] Additional changes in the config file --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 2d5bca53..af00dce4 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ We are going to add some configurations that were checked in after init We shall need to pul this file down Making additional changes into the file +Further changes to the config file \ No newline at end of file From 6e54fffcf36c50e44eec38d10c15f1621ede3c91 Mon Sep 17 00:00:00 2001 From: "David A." Date: Wed, 12 Jun 2024 13:36:52 +0200 Subject: [PATCH 5/5] Utility feature --- utilities/config.txt | 4 ++++ utilities/feature.txt | 5 +++++ utilities/util.txt | 5 +++++ 3 files changed, 14 insertions(+) create mode 100644 utilities/config.txt create mode 100644 utilities/feature.txt create mode 100644 utilities/util.txt diff --git a/utilities/config.txt b/utilities/config.txt new file mode 100644 index 00000000..3c31fcd2 --- /dev/null +++ b/utilities/config.txt @@ -0,0 +1,4 @@ +Config 1 : implementation + +Config 2 : implementation + diff --git a/utilities/feature.txt b/utilities/feature.txt new file mode 100644 index 00000000..c8799a16 --- /dev/null +++ b/utilities/feature.txt @@ -0,0 +1,5 @@ +feature 1 : implementation + +feature 2 : implementation + +feature 3 : implementation \ No newline at end of file diff --git a/utilities/util.txt b/utilities/util.txt new file mode 100644 index 00000000..3b43d702 --- /dev/null +++ b/utilities/util.txt @@ -0,0 +1,5 @@ +util a + +util b + +util c \ No newline at end of file