From 967dffd3680fce8d71e5b4a7918df951426927e4 Mon Sep 17 00:00:00 2001 From: anirudhv Date: Tue, 26 Feb 2019 15:18:05 -0500 Subject: [PATCH 1/3] Added message from branch-B --- answers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/answers.txt b/answers.txt index 1034058..1167ea3 100644 --- a/answers.txt +++ b/answers.txt @@ -14,6 +14,7 @@ Task 3: // Under this line, write a message to yourself from the branch 'branch-A' // Under this line, write a message to yourself from the branch 'branch-B' +Hello from branch-B! // Under this line, write a message to yourself from the branch 'branch-C' From a464ba76f0e3d2f59b173750d368f6af4c534cea Mon Sep 17 00:00:00 2001 From: anirudhv Date: Tue, 26 Feb 2019 15:20:45 -0500 Subject: [PATCH 2/3] Added message from branch-C --- answers.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/answers.txt b/answers.txt index 1167ea3..d7b99da 100644 --- a/answers.txt +++ b/answers.txt @@ -17,6 +17,7 @@ Task 3: Hello from branch-B! // Under this line, write a message to yourself from the branch 'branch-C' +Hello from branch-C! // END OF LAB 4 From 6b98c08769e028c9effd67edc71f8f547a796f3a Mon Sep 17 00:00:00 2001 From: Venkataramanan Date: Tue, 26 Feb 2019 16:10:49 -0500 Subject: [PATCH 3/3] https://github.com/anirudhv/CS193_Fall18_Lab4.git Please enter the commit message for your changes. Lines starting --- answers.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/answers.txt b/answers.txt index d7b99da..7e50f27 100644 --- a/answers.txt +++ b/answers.txt @@ -14,7 +14,7 @@ Task 3: // Under this line, write a message to yourself from the branch 'branch-A' // Under this line, write a message to yourself from the branch 'branch-B' -Hello from branch-B! + // Under this line, write a message to yourself from the branch 'branch-C' Hello from branch-C!