From 11d4440b0b7227a8644d9c49b924aa69c8283395 Mon Sep 17 00:00:00 2001 From: Rajesh Pandurangan Date: Wed, 22 Apr 2015 12:56:05 +0530 Subject: [PATCH 1/2] hello-one.cs is created this is dummy file created in second branch --- hello-one.cs | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 hello-one.cs diff --git a/hello-one.cs b/hello-one.cs new file mode 100644 index 0000000..13e2e0a --- /dev/null +++ b/hello-one.cs @@ -0,0 +1,6 @@ +//This is a sample file +/** +This file is added in Branch 2 +Sample comment added in this dummy file to learn github. +**/ + From c83dd704bcd52acf201ab4bd226be025804c7420 Mon Sep 17 00:00:00 2001 From: Rajesh Pandurangan Date: Wed, 22 Apr 2015 12:59:27 +0530 Subject: [PATCH 2/2] Update README.md dummmy updates --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 1358602..6a8f7f5 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # hello-world Learning Git Hub This is a sample repository that is created to learn git hub. Rajesh +dummy line +another dummy line added in branch 2