From 3f6fff1d7a62328e5ee6bf192ec7896a96c7ece9 Mon Sep 17 00:00:00 2001 From: imvickykumar999 Date: Thu, 14 Sep 2023 10:31:37 +0530 Subject: [PATCH 1/4] Basic Git Commands --- Course3.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 Course3.md diff --git a/Course3.md b/Course3.md new file mode 100644 index 00000000..d1fa3aaa --- /dev/null +++ b/Course3.md @@ -0,0 +1,11 @@ + +Vicky Kumar +Basic Git Commands - II + +#Commands used +git add . +git status +git commit -m “message” +git push -u origin master + +![ss](https://images.upgrad.com/130b5a84-ac95-4f75-b9a1-d9ba4438c56e-Screenshot%202021-09-29%20at%2010.49.46%20PM.png) From a1a08243e8d19a7bd486adb3c6eda2f38ab00e26 Mon Sep 17 00:00:00 2001 From: imvickykumar999 Date: Thu, 14 Sep 2023 10:40:37 +0530 Subject: [PATCH 2/4] md file formatted --- Course3 | 11 ----------- Course3.md | 12 +++++++----- 2 files changed, 7 insertions(+), 16 deletions(-) delete mode 100644 Course3 diff --git a/Course3 b/Course3 deleted file mode 100644 index 6ebe1c1f..00000000 --- a/Course3 +++ /dev/null @@ -1,11 +0,0 @@ -What are the key concepts you learnt from these courses -You can choose one module from the list below:- -1)Algorithm Analysis -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. - diff --git a/Course3.md b/Course3.md index d1fa3aaa..524f29bc 100644 --- a/Course3.md +++ b/Course3.md @@ -1,11 +1,13 @@ Vicky Kumar + Basic Git Commands - II -#Commands used -git add . -git status -git commit -m “message” -git push -u origin master +# Commands used + +- git add . +- git status +- git commit -m “message” +- git push -u origin master ![ss](https://images.upgrad.com/130b5a84-ac95-4f75-b9a1-d9ba4438c56e-Screenshot%202021-09-29%20at%2010.49.46%20PM.png) From 7db87d0c9b5f9891364280112d802ba24c2ccadb Mon Sep 17 00:00:00 2001 From: imvickykumar999 Date: Thu, 14 Sep 2023 10:42:52 +0530 Subject: [PATCH 3/4] md file formatted --- Course3.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Course3.md b/Course3.md index 524f29bc..0643176a 100644 --- a/Course3.md +++ b/Course3.md @@ -1,7 +1,7 @@ -Vicky Kumar + Vicky Kumar -Basic Git Commands - II + Basic Git Commands - II # Commands used From 8dd32c0b068ff00f5bd8ce74dbbff0080ac7ee9d Mon Sep 17 00:00:00 2001 From: imvickykumar999 Date: Thu, 14 Sep 2023 10:48:20 +0530 Subject: [PATCH 4/4] md file formatted --- Course1 | 12 ------------ Course2 | 9 --------- Course3.md | 9 +++++---- README.md | 4 ++-- 4 files changed, 7 insertions(+), 27 deletions(-) delete mode 100644 Course1 delete mode 100644 Course2 diff --git a/Course1 b/Course1 deleted file mode 100644 index 2fe30ca6..00000000 --- a/Course1 +++ /dev/null @@ -1,12 +0,0 @@ -What are the key concepts you learnt from these courses -You can choose one module from the list below:- -1)Algorithm Analysis -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. - - diff --git a/Course2 b/Course2 deleted file mode 100644 index c6128422..00000000 --- a/Course2 +++ /dev/null @@ -1,9 +0,0 @@ -What are the key concepts you learnt from these courses -You can choose one module from the list below:- -1)Algorithm Analysis -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. diff --git a/Course3.md b/Course3.md index 0643176a..13f85488 100644 --- a/Course3.md +++ b/Course3.md @@ -1,13 +1,14 @@ - Vicky Kumar + Vicky Kumar - Basic Git Commands - II + Basic Git Commands - II # Commands used +- git checkout -b add_dummy_feature - git add . - git status -- git commit -m “message” -- git push -u origin master +- git commit -m 'md file formatted' +- git push -u origin add_dummy_feature ![ss](https://images.upgrad.com/130b5a84-ac95-4f75-b9a1-d9ba4438c56e-Screenshot%202021-09-29%20at%2010.49.46%20PM.png) diff --git a/README.md b/README.md index e00abc41..653faef1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ -# Course-1 -# Course-2 # Course-3 + +Students whose names start with letters between A-H will make changes to the file named 'course1', while students whose names start with letters between I-P will make changes to the file named 'course2' and students whose names start with letters between Q-Z will make changes to the file named 'course3'.