diff --git a/new-branch-file.txt b/new-branch-file.txt index f44d50b..c1bed86 100644 --- a/new-branch-file.txt +++ b/new-branch-file.txt @@ -1 +1,3 @@ -New branch file shows up in master and new-branch +# MR's new file +>This is a new file created by MR using the clone of forked git-essentials repository + diff --git a/new-file-by-MR.txt b/new-file-by-MR.txt new file mode 100644 index 0000000..01a1da8 --- /dev/null +++ b/new-file-by-MR.txt @@ -0,0 +1 @@ +this is another file in the new branch