From 6dcd6d51e1f7cfb792b141485e570df9e14337ef Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:29:15 -0400 Subject: [PATCH 01/10] 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..2b46aac8 --- /dev/null +++ b/config.txt @@ -0,0 +1,2 @@ +some configurations that were checked in after init +need to pull this file down From dabf84d71b3fafd7f51d65c35cd50e4d48a86ab4 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 28 Aug 2023 19:32:27 -0400 Subject: [PATCH 02/10] added some aditional config --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index 2b46aac8..c91fde7f 100644 --- a/config.txt +++ b/config.txt @@ -1,2 +1,3 @@ some configurations that were checked in after init need to pull this file down +adding adional configuration From ff5de266b2041b8040ee5ca16dafb3e9d58af3b6 Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:47:19 -0400 Subject: [PATCH 03/10] Create feature3.txt --- feature3.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3.txt diff --git a/feature3.txt b/feature3.txt new file mode 100644 index 00000000..c12d85ac --- /dev/null +++ b/feature3.txt @@ -0,0 +1 @@ +feature3 implementation From 0cca6c537e41bed38cd161c9f879181cb297fef7 Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:48:27 -0400 Subject: [PATCH 04/10] Create feature3 --- feature3 | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature3 diff --git a/feature3 b/feature3 new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/feature3 @@ -0,0 +1 @@ + From 62341095cefe967f28123940a732bfd2a924216f Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:48:53 -0400 Subject: [PATCH 05/10] Delete feature3 --- feature3 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 feature3 diff --git a/feature3 b/feature3 deleted file mode 100644 index 8b137891..00000000 --- a/feature3 +++ /dev/null @@ -1 +0,0 @@ - From 9226f633a4485fda9481e39b590d0e887c053c7d Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:49:54 -0400 Subject: [PATCH 06/10] 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..c12d85ac --- /dev/null +++ b/feature3/feature3.txt @@ -0,0 +1 @@ +feature3 implementation From 3ee070a9896ba0e49585b2499bd16f497bc8e932 Mon Sep 17 00:00:00 2001 From: DanielHidalgoFadic <143104321+DanielHidalgoFadic@users.noreply.github.com> Date: Mon, 28 Aug 2023 19:50:08 -0400 Subject: [PATCH 07/10] Delete feature3.txt --- feature3.txt | 1 - 1 file changed, 1 deletion(-) delete mode 100644 feature3.txt diff --git a/feature3.txt b/feature3.txt deleted file mode 100644 index c12d85ac..00000000 --- a/feature3.txt +++ /dev/null @@ -1 +0,0 @@ -feature3 implementation From 41f06bbca71e9293d969feae69d2e7ea524031ec Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 28 Aug 2023 19:51:12 -0400 Subject: [PATCH 08/10] adding additional cofig values --- config.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/config.txt b/config.txt index c91fde7f..f700e134 100644 --- a/config.txt +++ b/config.txt @@ -1,3 +1,4 @@ some configurations that were checked in after init need to pull this file down adding adional configuration +found a couple of more config values that are needed From 342940ddbf2f6c8eaa7f1ca4baf38bd435de8b23 Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 28 Aug 2023 20:03:54 -0400 Subject: [PATCH 09/10] add feature 4 --- feature4/feature4.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 feature4/feature4.txt diff --git a/feature4/feature4.txt b/feature4/feature4.txt new file mode 100644 index 00000000..3a4d832c --- /dev/null +++ b/feature4/feature4.txt @@ -0,0 +1 @@ +starting work on feature4 \ No newline at end of file From 9f681828a1388ef2f09bc4a0c42e75551e77c4bf Mon Sep 17 00:00:00 2001 From: Dani Date: Mon, 28 Aug 2023 21:33:33 -0400 Subject: [PATCH 10/10] tres nuevos archivos config, feature, utility --- feature4/util/config.txt | 5 +++++ feature4/util/feature.txt | 5 +++++ feature4/util/utility.txt | 10 ++++++++++ 3 files changed, 20 insertions(+) create mode 100644 feature4/util/config.txt create mode 100644 feature4/util/feature.txt create mode 100644 feature4/util/utility.txt diff --git a/feature4/util/config.txt b/feature4/util/config.txt new file mode 100644 index 00000000..8870195c --- /dev/null +++ b/feature4/util/config.txt @@ -0,0 +1,5 @@ +config1:abc + +config2:123 + +config3:xyz \ No newline at end of file diff --git a/feature4/util/feature.txt b/feature4/util/feature.txt new file mode 100644 index 00000000..b8127737 --- /dev/null +++ b/feature4/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/feature4/util/utility.txt b/feature4/util/utility.txt new file mode 100644 index 00000000..ca4602c4 --- /dev/null +++ b/feature4/util/utility.txt @@ -0,0 +1,10 @@ +This is a utility + +the are several different features +1 +2 +3 +and multiple congifs +a +b +c \ No newline at end of file