diff --git a/feature1/one-more-file.txt b/feature1/one-more-file.txt new file mode 100644 index 0000000..ea9e3a9 --- /dev/null +++ b/feature1/one-more-file.txt @@ -0,0 +1,3 @@ +This file was also created in feature1 branch. + +One more line in feature1 branch. diff --git a/new-feature.txt b/new-feature.txt new file mode 100644 index 0000000..3452000 --- /dev/null +++ b/new-feature.txt @@ -0,0 +1 @@ +This file was created in the feature1 branch.