From 10cf89b43e29a4ab4aadadd7921dd761d1e1af32 Mon Sep 17 00:00:00 2001 From: Dmytro Kazak Date: Tue, 5 Aug 2025 14:22:07 +0200 Subject: [PATCH 1/2] Added two files in the feature branch --- feature-05-08-2025/another-file.txt | 1 + feature-05-08-2025/test.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 feature-05-08-2025/another-file.txt create mode 100644 feature-05-08-2025/test.txt diff --git a/feature-05-08-2025/another-file.txt b/feature-05-08-2025/another-file.txt new file mode 100644 index 0000000..ddeb5e3 --- /dev/null +++ b/feature-05-08-2025/another-file.txt @@ -0,0 +1 @@ +One more file in the feature branch by Dmytro \ No newline at end of file diff --git a/feature-05-08-2025/test.txt b/feature-05-08-2025/test.txt new file mode 100644 index 0000000..eb369f0 --- /dev/null +++ b/feature-05-08-2025/test.txt @@ -0,0 +1 @@ +This is test file in the new folder created by Dmytro From f6e35a1f17151d93e900c7b4c3e0cc33f7e472eb Mon Sep 17 00:00:00 2001 From: Dmytro Kazak Date: Tue, 5 Aug 2025 14:31:58 +0200 Subject: [PATCH 2/2] Modified test.txt --- feature-05-08-2025/test.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/feature-05-08-2025/test.txt b/feature-05-08-2025/test.txt index eb369f0..ff76ac4 100644 --- a/feature-05-08-2025/test.txt +++ b/feature-05-08-2025/test.txt @@ -1 +1,2 @@ This is test file in the new folder created by Dmytro +I decide to make some other changes \ No newline at end of file