From 8fe71743c7d99f3d0a2e5f472880c4fb2686ac1c Mon Sep 17 00:00:00 2001 From: nischal-zeta Date: Sun, 27 Jul 2025 14:31:09 +0530 Subject: [PATCH 1/2] Updated Course2 according to the exercise --- Course2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Course2 b/Course2 index c6128422..4d00da01 100644 --- a/Course2 +++ b/Course2 @@ -4,6 +4,6 @@ You can choose one module from the list below:- 2)Divide and Conquer Algorithms 3)Dynamic Programming -Pawan Dubey -Dynamic Programming -Understanding the prolem and implementing a solution which is space and time efficient by structuring it into sub problems. +Nischal Kashyap +Version Control +How to collaborate with other developers, how to make new branches and merge them back to the master branch, how to pull changes from a respository. From 15b474b749cab2c0edb6381a1fae8f0ac0271619 Mon Sep 17 00:00:00 2001 From: nischal-zeta Date: Sun, 27 Jul 2025 14:31:50 +0530 Subject: [PATCH 2/2] Update Course2 according to the exercise on UpGrad --- Course2 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Course2 b/Course2 index 4d00da01..4c6d421f 100644 --- a/Course2 +++ b/Course2 @@ -6,4 +6,6 @@ You can choose one module from the list below:- Nischal Kashyap Version Control -How to collaborate with other developers, how to make new branches and merge them back to the master branch, how to pull changes from a respository. +How to collaborate with other developers using git and GitHub. +How to make new branches and merge them back to the master branch. +How to pull changes from a respository and work on them while syncing with your local computer.