Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
5 changes: 5 additions & 0 deletions hello-one.cs
Original file line number Diff line number Diff line change
@@ -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