diff --git a/README.md b/README.md index 1358602..f1595b2 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # hello-world Learning Git Hub This is a sample repository that is created to learn git hub. Rajesh +This line is added in branch 3 diff --git a/hello-one.cs b/hello-one.cs new file mode 100644 index 0000000..49aabd7 --- /dev/null +++ b/hello-one.cs @@ -0,0 +1,5 @@ +//Same file name created in another branch also +/** +wanted to see what will happen if we create the same file name in two different branches +*/ +//edited in master after the merge