From 7ace9bb3bfd01b7b3a3aba10f82b8a7971030c30 Mon Sep 17 00:00:00 2001 From: Kartik Gupta Date: Tue, 5 Jun 2018 10:51:30 +0530 Subject: [PATCH] Testing PR --- lesson_3_reflections.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lesson_3_reflections.txt b/lesson_3_reflections.txt index 5f3566f..9467921 100644 --- a/lesson_3_reflections.txt +++ b/lesson_3_reflections.txt @@ -58,7 +58,7 @@ and what would be harder? Even if I did, I would be hesitant to use this approach on code that it's important to keep bug-free. I would be worried that someone else would add a change that combined with my change to make a bug, and I might not even - notice their change! + notice their change!! When would you want to make changes in a separate branch rather than directly in master? What benefits does each approach have?