diff --git a/a.txt b/a.txt index 00ebabf..86e48d9 100644 --- a/a.txt +++ b/a.txt @@ -1,5 +1,8 @@ this is a new file these are some more changes I need to do for feature-1 +these are some more changes I need to do for feature-1 these are some lines I added this is another line i am adding fixed a bug here too +fixed a bug here too +Adding one more line for Git-demo diff --git a/b.txt b/b.txt index c00f8b2..73c2253 100644 --- a/b.txt +++ b/b.txt @@ -2,6 +2,7 @@ adding another file This change is added by nandini this is a line added by arnav adding this line to fix a bug +adding this line to fix a bug just created another branch more lines in b.txt third line in b.txt diff --git a/c.txt b/c.txt index d81b9ac..10ac07f 100644 --- a/c.txt +++ b/c.txt @@ -2,3 +2,4 @@ adding the third file adding more lines made by vaibhavi these are some changes I did for feature 1 trying fork +feature-1 changes - Amit