From 708d869745aaa843ab29bbd4481fded60d9aa909 Mon Sep 17 00:00:00 2001 From: myasuhara2 Date: Sat, 8 Oct 2022 16:51:30 -0700 Subject: [PATCH 1/3] First file in the feature1 branch --- new-feature.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 new-feature.txt diff --git a/new-feature.txt b/new-feature.txt new file mode 100644 index 0000000..f30b62c --- /dev/null +++ b/new-feature.txt @@ -0,0 +1 @@ +this line was created in the feature1 branch \ No newline at end of file From 794cd44cded8508ebcabbca6377756c2db509114 Mon Sep 17 00:00:00 2001 From: myasuhara2 Date: Sat, 8 Oct 2022 19:00:56 -0700 Subject: [PATCH 2/3] Another change in the feature1 branch --- feature1/one-more-file.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 feature1/one-more-file.txt diff --git a/feature1/one-more-file.txt b/feature1/one-more-file.txt new file mode 100644 index 0000000..0c531e6 --- /dev/null +++ b/feature1/one-more-file.txt @@ -0,0 +1,2 @@ + +this file was also addedin the feature1 branch \ No newline at end of file From 604957d1f40154c10bf4a5e5a187fa5b1a52849a Mon Sep 17 00:00:00 2001 From: myasuhara2 Date: Sat, 8 Oct 2022 19:03:51 -0700 Subject: [PATCH 3/3] Another change --- feature1/one-more-file.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/feature1/one-more-file.txt b/feature1/one-more-file.txt index 0c531e6..2e2d4ea 100644 --- a/feature1/one-more-file.txt +++ b/feature1/one-more-file.txt @@ -1,2 +1,4 @@ -this file was also addedin the feature1 branch \ No newline at end of file +this file was also addedin the feature1 branch + +One more change in feature1 branch \ No newline at end of file