From 9fa7c2994e6a7bb2fe8638f54024c8e6d6f80434 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 20 Oct 2022 09:44:30 +0530 Subject: [PATCH 001/103] fake commit-ticketID --- Script1.sh | 1 + Script2.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index 970b10cc..c313d4a5 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,3 +2,4 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" +echo "Welcome to Young Minds" diff --git a/Script2.sh b/Script2.sh index d507e753..febd7122 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,3 +6,4 @@ echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" echo "This is sample change" +echo "bye" From 8376b0e2692445297592cb83d217f748931cbbfb Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 25 Oct 2022 18:24:06 +0530 Subject: [PATCH 002/103] first commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c313d4a5..536502c7 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" +echo "Best class of AWS/DevOps" \ No newline at end of file From fddbb73816ea01a7e6a7636cb8bd369947a6dbfc Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 27 Oct 2022 09:29:59 +0530 Subject: [PATCH 003/103] this change is for req- REQ660982 --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 536502c7..3b41a169 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,4 +3,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" \ No newline at end of file +echo "Best class of AWS/DevOps" +echo "We are learning git" From bedea444bbf3cee183e525518a5753cb8d8c245d Mon Sep 17 00:00:00 2001 From: root Date: Thu, 27 Oct 2022 04:49:27 +0000 Subject: [PATCH 004/103] this is my last commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 3b41a169..fca96570 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,3 +5,4 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" +echo "We are done with git" From 5f49d89af27984fb11a167bb821a9be4a36ca72e Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 29 Dec 2022 07:47:10 +0530 Subject: [PATCH 005/103] Update Script12.sh --- Script12.sh | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/Script12.sh b/Script12.sh index d75af12d..b66caa21 100644 --- a/Script12.sh +++ b/Script12.sh @@ -1,23 +1,3 @@ -#!/bin/bash -#this script is for if-elif-fi -echo "Please enter value of a" -read a -echo "Please enter vaule of b" -read b -if [ $a == $b ] -then - echo "a is equal to b" -elif [ $a -gt $b ] -then - echo "a is greater than b" -elif [ $a -lt $b ] -then - echo "a is less than b" -else - echo "None of the condition met" -fi -root@ip-172-31-42-137:~/scripts/shellscripts# ^C -root@ip-172-31-42-137:~/scripts/shellscripts# cat script12.sh #!/bin/sh a="abc" b="efg" From 6ed411ca73e9f31cba687757e49ffb99ef54b462 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Fri, 30 Dec 2022 08:20:25 +0530 Subject: [PATCH 006/103] I have changed 2 script- script1 & Script2 --- Script1.sh | 1 + Script2.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index fca96570..975ca932 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" +echo "We have started our devops-git/github topic" diff --git a/Script2.sh b/Script2.sh index febd7122..07ff2a22 100644 --- a/Script2.sh +++ b/Script2.sh @@ -7,3 +7,4 @@ read b echo "Hello value of a is $a and value of b is $b" echo "This is sample change" echo "bye" +echo "hi" \ No newline at end of file From a85657f86a165138147a821295ae391bb24787e4 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:03:20 +0530 Subject: [PATCH 007/103] Update Script1.sh --- Script1.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Script1.sh b/Script1.sh index 975ca932..8053a145 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,8 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "We have started our devops-git/github topic" +echo "Hello, How are you?" +echo "Welcome to Young Minds" +echo "Best class of AWS/DevOps" +echo "We are learning git" +echo "We are done with git" From 8e86590d2bbdc3d8bae68e2c67453a5dc389aed9 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 2 Jan 2023 08:06:40 +0530 Subject: [PATCH 008/103] Update Script1.sh --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index 975ca932..0769f2ea 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "We have started our devops-git/github topic" +echo "Hello All, Welcome to AWS/Devops Class" +echo "Hello, How are you?" From a7ab09c878ee0afc434a2b0aa324cbf93e49bb7b Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 3 Jan 2023 07:50:59 +0530 Subject: [PATCH 009/103] This changes are for user request-REQ583298 --- Script1.sh | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Script1.sh b/Script1.sh index 96f27d41..928ba9d7 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,10 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" -echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" -echo "We are learning git" -echo "We are done with git" - +echo "We have started our devops-git/github topic" \ No newline at end of file From e76d21c17fd88a03ebe11db295f7514cd202c1a8 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 Jan 2023 02:27:13 +0000 Subject: [PATCH 010/103] This is for fix - Incident ID --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 928ba9d7..bc1cd47e 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,4 +6,5 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" \ No newline at end of file +echo "We have started our devops-git/github topic" +echo "good morning" From af9b7ed0cb0fb70bc19d1a1f660147838fecd675 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:52:52 +0530 Subject: [PATCH 011/103] Update Script12.sh --- Script12.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script12.sh b/Script12.sh index b66caa21..5d3c8bb1 100644 --- a/Script12.sh +++ b/Script12.sh @@ -6,7 +6,7 @@ if [ $a = $b ] then echo "$a = $b : a is equal to b" else - echo "$a = $b: a is not equal to b" + echo "$a != $b: a is not equal to b" fi @@ -14,7 +14,7 @@ if [ $a != $b ] then echo "$a != $b : a is not equal to b" else - echo "$a != $b: a is equal to b" + echo "$a = $b: a is equal to b" fi From 35229074794be6606680b7dcd5c09edaf62f3485 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:53:30 +0530 Subject: [PATCH 012/103] Update Script12.sh --- Script12.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script12.sh b/Script12.sh index 5d3c8bb1..1bca0b03 100644 --- a/Script12.sh +++ b/Script12.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash a="abc" b="efg" From 199edbfd03504e3bd8e29c47b760fb24feddfc86 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 11 Jan 2023 09:57:26 +0530 Subject: [PATCH 013/103] Update Script13.sh --- Script13.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script13.sh b/Script13.sh index 958a0150..2a534ecf 100644 --- a/Script13.sh +++ b/Script13.sh @@ -9,7 +9,7 @@ if [ $a != $b ] then echo "$a != $b : a is not equal to b" else - echo "$a != $b: a is equal to b" + echo "$a = $b: a is equal to b" fi if [ $a -lt 100 -a $b -gt 15 ] From efa99be49de7af638b391e9b85e04b19a74dcdf7 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 2 Mar 2023 10:09:11 +0530 Subject: [PATCH 014/103] This is my first commit --- Script1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index bc1cd47e..fca96570 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,5 +6,3 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" -echo "good morning" From 374d03f5b910f23717f30cf4e95042ff134175aa Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Thu, 2 Mar 2023 10:12:31 +0530 Subject: [PATCH 015/103] This is my 2nd commit --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index fca96570..15b8caf3 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,5 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" +echo "We have started our devops-git/github topic" +echo "good morning" \ No newline at end of file From 93508e07bc433b189c245616a30ddc5962b3e88f Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Mar 2023 03:49:15 +0000 Subject: [PATCH 016/103] This is my todays first commit --- Script1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index 15b8caf3..fca96570 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,5 +6,3 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" -echo "We have started our devops-git/github topic" -echo "good morning" \ No newline at end of file From 1fc77b18a55381fdb7cebd12acd7eacd636d3c39 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 3 Mar 2023 10:00:10 +0530 Subject: [PATCH 017/103] Update Script1.sh --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index fca96570..bdb4112f 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" +echo "This example is of branching strategy" From f83565f010de7072a0e6a1bf62b779cf4e86c750 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 7 Mar 2023 20:57:09 +0530 Subject: [PATCH 018/103] We did few changes in test branch --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index bdb4112f..fd58ba8f 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "This example is of branching strategy" +echo "Hello Batch-16, We are learning Git/Github" +echo "Good Evening" \ No newline at end of file From 03f4d9aa7ba7a449140d7aa46aa5c94348cc8ef0 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 7 Mar 2023 21:00:31 +0530 Subject: [PATCH 019/103] This is another commit --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index bdb4112f..c7f06273 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "We are learning git" echo "We are done with git" echo "This example is of branching strategy" +echo "We are changing script1" +echo "We have applied this changes in main branch" From 247a1cf7cdb7c5d754ade9a0953e53dc7576c384 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Mon, 1 May 2023 07:38:32 +0530 Subject: [PATCH 020/103] This is my first commit --- Script1.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/Script1.sh b/Script1.sh index 1a87ebf9..3a91e369 100644 --- a/Script1.sh +++ b/Script1.sh @@ -8,7 +8,4 @@ echo "We are learning git" echo "We are done with git" echo "This example is of branching strategy" echo "Hello Batch-16, We are learning Git/Github" -echo "Good Evening" -echo "We are changing script1" -echo "We have applied this changes in main branch" From e7d885544df3cdb4801bd44c548674936bacf093 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Mon, 1 May 2023 07:47:12 +0530 Subject: [PATCH 021/103] This is my 2nd commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 3a91e369..235fc2b0 100644 --- a/Script1.sh +++ b/Script1.sh @@ -8,4 +8,5 @@ echo "We are learning git" echo "We are done with git" echo "This example is of branching strategy" echo "Hello Batch-16, We are learning Git/Github" +echo "Good morning batch-18" From c8a72e55411b41fb57413ea20173f4ef55486fb3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 1 May 2023 02:27:18 +0000 Subject: [PATCH 022/103] this is my 3rd commit --- Script19.sh | 1 + 1 file changed, 1 insertion(+) create mode 100644 Script19.sh diff --git a/Script19.sh b/Script19.sh new file mode 100644 index 00000000..cc4cf194 --- /dev/null +++ b/Script19.sh @@ -0,0 +1 @@ +new script From 5f8f70290bfa202de3de6e861c51cbcb7b5e22be Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Tue, 2 May 2023 07:30:12 +0530 Subject: [PATCH 023/103] Update Script1.sh --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 235fc2b0..4f5c6a90 100644 --- a/Script1.sh +++ b/Script1.sh @@ -9,4 +9,5 @@ echo "We are done with git" echo "This example is of branching strategy" echo "Hello Batch-16, We are learning Git/Github" echo "Good morning batch-18" +echo "I have created a new branch" From 050da8be8183bdd7ebaa484d9fdbd54183f62138 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Tue, 2 May 2023 07:40:53 +0530 Subject: [PATCH 024/103] Update Script11.sh --- Script11.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script11.sh b/Script11.sh index d810876d..3d6c1eba 100644 --- a/Script11.sh +++ b/Script11.sh @@ -16,3 +16,5 @@ then else echo "None of the condition met" fi + +echo "I have changed this branch" From d69e7eb2a171c4df7e815b86a5cfb604fea87029 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Tue, 2 May 2023 07:50:09 +0530 Subject: [PATCH 025/103] Update Script1.sh --- Script1.sh | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Script1.sh b/Script1.sh index 4f5c6a90..12ae52ef 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,10 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" -echo "We are learning git" -echo "We are done with git" -echo "This example is of branching strategy" -echo "Hello Batch-16, We are learning Git/Github" -echo "Good morning batch-18" -echo "I have created a new branch" From b0c900ac267d2619ab4a00d131397ac17439fbe7 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Tue, 2 May 2023 07:51:06 +0530 Subject: [PATCH 026/103] Update Script1.sh --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 12ae52ef..41a1bd10 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" +echo "Hello Team" From e959ce0dbbb4f1d1b8176a827a4e6cc02c643f4f Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Tue, 2 May 2023 07:52:47 +0530 Subject: [PATCH 027/103] Update Script1.sh --- Script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 41a1bd10..8b8591a9 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,4 +5,4 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "Hello Team" - +echo "My name is Khan" From 5dfd283e99a42297bf8118a747f035c3a8c59b8b Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Tue, 2 May 2023 08:20:18 +0530 Subject: [PATCH 028/103] new branch commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 8b8591a9..f5d06d63 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "Welcome to Young Minds" echo "Best class of AWS/DevOps" echo "Hello Team" echo "My name is Khan" +echo "Welcome to devops" From 1d1ed7d38d8d14b005ea92d75f5a6230a5f56417 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 3 May 2023 07:23:56 +0530 Subject: [PATCH 029/103] Update Script1.sh --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index f5d06d63..e9dcee6c 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "Hello Team" echo "My name is Khan" echo "Welcome to devops" +echo "We are learning git" +echo "This batch-18" From c18078c19592a2b1bfdd5b929644899a14a75e8b Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 3 May 2023 07:24:54 +0530 Subject: [PATCH 030/103] Update Script1.sh --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index f5d06d63..0129eb8e 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,3 +7,5 @@ echo "Best class of AWS/DevOps" echo "Hello Team" echo "My name is Khan" echo "Welcome to devops" +echo "Good morning" + From 41409c98edaa77e998e5ef758a1f8bf3c44d519b Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 3 May 2023 07:40:31 +0530 Subject: [PATCH 031/103] adding --- Script1.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Script1.sh b/Script1.sh index bb4f76d3..b55ba42c 100644 --- a/Script1.sh +++ b/Script1.sh @@ -11,3 +11,7 @@ echo "We are learning git" echo "This batch-18" echo "Good morning" +echo "Welcome to devops" +echo "We are learning git" +echo "This batch-18" +echo "Good morning" From a05aac5381af62c521de7b77ed9bd51871cfd388 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sun, 7 May 2023 17:34:44 +0530 Subject: [PATCH 032/103] Update Script1.sh --- Script1.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Script1.sh b/Script1.sh index b55ba42c..bb4f76d3 100644 --- a/Script1.sh +++ b/Script1.sh @@ -11,7 +11,3 @@ echo "We are learning git" echo "This batch-18" echo "Good morning" -echo "Welcome to devops" -echo "We are learning git" -echo "This batch-18" -echo "Good morning" From aa051acc82a0dcf1e7042de1929a9e84b18e94c4 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sun, 7 May 2023 17:49:05 +0530 Subject: [PATCH 033/103] Update Script1.sh --- Script1.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Script1.sh b/Script1.sh index bb4f76d3..c313d4a5 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,11 +3,3 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "Best class of AWS/DevOps" -echo "Hello Team" -echo "My name is Khan" -echo "Welcome to devops" -echo "We are learning git" -echo "This batch-18" -echo "Good morning" - From f4f2156b842dac6c95f3af495151fb8098b05a98 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 12 Jul 2023 09:30:10 +0530 Subject: [PATCH 034/103] This is my commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c313d4a5..c2a7db19 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" +echo "Hello batch-19, We are learning Develops" From c45c9b0ed4bac42fdb692b085b3da95ffd2de107 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:50:19 +0530 Subject: [PATCH 035/103] Update Script1.sh --- Script1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index c2a7db19..970b10cc 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,5 +2,3 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Hello batch-19, We are learning Develops" From de2c9330f2725bd6310e402ba155b0c4d205386b Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:04:25 +0530 Subject: [PATCH 036/103] Update Script1.sh --- Script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script1.sh b/Script1.sh index 970b10cc..c2a7db19 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,3 +2,5 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" +echo "Welcome to Young Minds" +echo "Hello batch-19, We are learning Develops" From a666719db2e20f3d3393e7a8d09a0ddef92a4225 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:52:02 +0530 Subject: [PATCH 037/103] Update Script1.sh --- Script1.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Script1.sh b/Script1.sh index c2a7db19..ff637c7c 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,6 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" +echo "Hello All, Welcome to AWS/Devops Class" +echo "Hello, How are you?" +echo "Welcome to Young Minds" From fe1a81c496cd07f40c13756fbd4c53ff9b6c59ec Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 13 Jul 2023 09:52:51 +0530 Subject: [PATCH 038/103] Update Script1.sh --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c2a7db19..f54faf04 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" +echo "My name is Rock" From d2777dc05756c450b0047dd2e0e4c6a1c6f5a565 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Jul 2023 03:58:50 +0000 Subject: [PATCH 039/103] testing --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index a85c28b8..2b714f86 100644 --- a/Script1.sh +++ b/Script1.sh @@ -7,4 +7,5 @@ echo "Hello batch-19, We are learning Develops" echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "My name is Rock" \ No newline at end of file +echo "My name is Rock" +echo "Hello batch-19" From 0efc2b53bd2ead9c88c29715fe628bc04886de1c Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Fri, 15 Sep 2023 07:58:06 +0530 Subject: [PATCH 040/103] This is my fist commit for batch-20 --- Script1.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Script1.sh b/Script1.sh index 2b714f86..4b55ba9b 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,8 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello All, Welcome to AWS/Devops Class" -echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "My name is Rock" -echo "Hello batch-19" +echo "Hello Batch-20" \ No newline at end of file From 12c08642465e6fcd56e247e231729995d329fa8f Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Fri, 15 Sep 2023 08:09:12 +0530 Subject: [PATCH 041/103] THis is my 2nd commit --- Script2.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Script2.sh b/Script2.sh index 07ff2a22..4a8343b4 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,6 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" -echo "This is sample change" -echo "bye" -echo "hi" \ No newline at end of file +echo "We are performing this practical for batch-20" From d74b9b5509b14ba435736559ff7483e3740041c3 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 16 Sep 2023 08:15:07 +0530 Subject: [PATCH 042/103] I am commiting this change in feature branch --- Script1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 4b55ba9b..c38a1187 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,6 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello Batch-20" \ No newline at end of file +echo "Hello Batch-20" +echo "We are modifying this code in feature" +echo "We are learning branching strategies" \ No newline at end of file From ee1ec8bbfef17962fa3c1c2c43c58aa0885117f5 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 16 Sep 2023 08:26:43 +0530 Subject: [PATCH 043/103] Fix for ticket INC007896 --- Script1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index c38a1187..c502df6b 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,5 +5,5 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" echo "Hello Batch-20" -echo "We are modifying this code in feature" -echo "We are learning branching strategies" \ No newline at end of file +#echo "We are modifying this code in feature" +#echo "We are learning branching strategies" \ No newline at end of file From 4f0334921084cb4301cb1465376e8d826795e54d Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 16 Sep 2023 08:37:45 +0530 Subject: [PATCH 044/103] I am trying to create merge conflict --- Script1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Script1.sh b/Script1.sh index c502df6b..316fba93 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,6 +4,6 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello Batch-20" -#echo "We are modifying this code in feature" -#echo "We are learning branching strategies" \ No newline at end of file +echo "We are trying to help you" +echo "We are creating merge conflict to learn how to solve it" +echo "I am from batch-20." \ No newline at end of file From bb6246d623832463824b25a7baa3f5d03db927dc Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 16 Sep 2023 08:41:10 +0530 Subject: [PATCH 045/103] Committing this change for merge conflict --- Script1.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Script1.sh b/Script1.sh index 316fba93..2c2e7044 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,6 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "We are trying to help you" -echo "We are creating merge conflict to learn how to solve it" -echo "I am from batch-20." \ No newline at end of file +echo "Hello, how are you?" +echo "we are learning shells script" \ No newline at end of file From 13afd1cd1bbefb239c1f65dbefe11793b1afcb57 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:43:39 +0530 Subject: [PATCH 046/103] Update Script1.sh --- Script1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index 2c2e7044..e0b72528 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,5 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello, how are you?" -echo "we are learning shells script" \ No newline at end of file +echo "We creating this change to test merge conflict" +echo "This is another branch, with differnet user" From 4801d32e33a5a0c4472088f15c8973e33b4d28e7 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:45:28 +0530 Subject: [PATCH 047/103] Update Script1.sh --- Script1.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 2c2e7044..cc2a8b38 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,4 +5,6 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" echo "Hello, how are you?" -echo "we are learning shells script" \ No newline at end of file +echo "we are learning shells script" +echo "Hello, how are you?" +echo "Now we will face merge" From 1804762acc87566572c37c3adad16db31621cbf5 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:53:07 +0530 Subject: [PATCH 048/103] Update Script1.sh --- Script1.sh | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/Script1.sh b/Script1.sh index 85c3bfbb..f3c85e2f 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,8 +4,7 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello, how are you?" -echo "we are learning shells script" -echo "Hello, how are you?" -echo "Now we will face merge" - +echo "husband: Hello, Lets travel Lonavala" +echo "husband: What you say?" +echo "Wife: No, Lets travel Matheran" +echo "husband: No" From 14a57141b8c8cc2b6f8838424fd9b86d66d21012 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 16 Sep 2023 08:55:54 +0530 Subject: [PATCH 049/103] Update Script1.sh --- Script1.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Script1.sh b/Script1.sh index 85c3bfbb..b03405ed 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,8 +4,8 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "Hello, how are you?" -echo "we are learning shells script" -echo "Hello, how are you?" +echo "wife: Lets travel Matheran?" +echo "husband: No, Lets travel matheran next week" +echo "wife: No" echo "Now we will face merge" From 9ea11720c98ecf409cf96136214c25e8b2904113 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 18 Sep 2023 02:12:08 +0000 Subject: [PATCH 050/103] Deleted 2 lines --- Script1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index 9ded62d9..c2a7db19 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,5 +4,3 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-19, We are learning Develops" -echo "husband: No, Lets travel matheran next week" -echo "Lets travel lonavala this weekend" From 9462321a66b8814ffa630302f073aae3b9445be7 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 22 Sep 2023 08:16:11 +0530 Subject: [PATCH 051/103] Update Script1.sh --- Script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index c2a7db19..07357f15 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,4 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "Hello batch-19, We are learning Develops" +echo "Hello batch-20, We are learning Jenkins" From feb0344b3a167b068d31e59f91420c97dbf1da8e Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 18 Nov 2023 08:59:44 +0530 Subject: [PATCH 052/103] Update Script1.sh --- Script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 07357f15..172a52ea 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,4 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" -echo "Hello batch-20, We are learning Jenkins" +echo "Hello batch-21, We are learning Jenkins" From 1c8299998cdaf0314291ea6d314a53c574ac51fe Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 18 Nov 2023 09:14:30 +0530 Subject: [PATCH 053/103] i am commiting this change as sample --- Script1.sh | 1 + Script8.sh | 2 ++ 2 files changed, 3 insertions(+) diff --git a/Script1.sh b/Script1.sh index 172a52ea..e65db43f 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" +echo "We have started Git sessions." diff --git a/Script8.sh b/Script8.sh index 3d246692..2f2626b7 100644 --- a/Script8.sh +++ b/Script8.sh @@ -27,3 +27,5 @@ then else echo "None of the condition met" fi + +echo "We are testing git practical" \ No newline at end of file From df321a93c7321c0376af9d790cebd2758f08c1ef Mon Sep 17 00:00:00 2001 From: root Date: Sat, 18 Nov 2023 03:54:26 +0000 Subject: [PATCH 054/103] Removed fake commits --- Script1.sh | 1 - Script8.sh | 1 - 2 files changed, 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index e65db43f..172a52ea 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,3 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" -echo "We have started Git sessions." diff --git a/Script8.sh b/Script8.sh index 2f2626b7..c8a713cf 100644 --- a/Script8.sh +++ b/Script8.sh @@ -28,4 +28,3 @@ else echo "None of the condition met" fi -echo "We are testing git practical" \ No newline at end of file From 7fc5b3f8432fb2c13edfb2b153655862cc9d94d5 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sun, 19 Nov 2023 08:51:54 +0530 Subject: [PATCH 055/103] We are learning git merge --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 172a52ea..65022588 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" +echo "hello Team, How are you?" From 29141b7874b1855e2290bb32b19338c8393255cb Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 22 Nov 2023 08:55:00 +0530 Subject: [PATCH 056/103] Update Script1.sh --- Script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 65022588..c11b5973 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" -echo "hello Team, How are you?" + From 98a77b2979ef164e93482973a51c67f611e3f27e Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 24 Jan 2024 07:44:07 +0530 Subject: [PATCH 057/103] this is my first commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c11b5973..c587dfc4 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" +echo "Good morning batch-22, We are learning GitHub" From fe5ba34dcaa7e19d0f6b99c5a07d1248e2c2318f Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 24 Jan 2024 07:51:46 +0530 Subject: [PATCH 058/103] This is my sample commit 2nd --- Script2.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/Script2.sh b/Script2.sh index 4a8343b4..867c7b9d 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,4 +5,3 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" -echo "We are performing this practical for batch-20" From cb6b94d7681320efd1f800f65c525bd8876d13b8 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 24 Jan 2024 08:07:43 +0530 Subject: [PATCH 059/103] Modifying Script2 --- Script2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script2.sh b/Script2.sh index 867c7b9d..e0b7686d 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,3 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" +echo "Welcome to DevOps" From ac03604463d29e8ba4408591fcda92b257db2943 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Wed, 24 Jan 2024 08:22:33 +0530 Subject: [PATCH 060/103] Request commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index c587dfc4..dca795f2 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,4 +5,5 @@ echo "Hello, How are you?" echo "Welcome to Young Minds" echo "Hello batch-21, We are learning Jenkins" echo "Good morning batch-22, We are learning GitHub" +echo "We are learning branching strategies" From 051ec25ade765a50bb5414822a5dfcd4ca8eba53 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 26 Jan 2024 08:06:43 +0530 Subject: [PATCH 061/103] Update Script1.sh --- Script1.sh | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Script1.sh b/Script1.sh index dca795f2..ff8023c3 100644 --- a/Script1.sh +++ b/Script1.sh @@ -2,8 +2,4 @@ #This is my 1st shell script to print output echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" -echo "Welcome to Young Minds" -echo "Hello batch-21, We are learning Jenkins" -echo "Good morning batch-22, We are learning GitHub" -echo "We are learning branching strategies" - +echo "We are learning Git" From d8c83534a10ad755dc02574121524e5dcafda1b0 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 26 Jan 2024 13:41:41 +0000 Subject: [PATCH 062/103] Adding code --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index ff8023c3..3ce39d31 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "We are learning Git" +echo "We are trying this practical from linux EC2" From c53dd8a959c6566f8f09f0923e50f1ec63b8fb61 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Fri, 29 Mar 2024 08:48:06 +0530 Subject: [PATCH 063/103] This is my first commit for batch-23 --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 3ce39d31..e1dcdbba 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "We are learning Git" echo "We are trying this practical from linux EC2" +echo "We are from batch-23 and learning git/gihub" From 20526d5a28af6acebc982ab5c4be088cb436a01d Mon Sep 17 00:00:00 2001 From: root Date: Fri, 29 Mar 2024 03:33:27 +0000 Subject: [PATCH 064/103] 2nd commit for batch-23 --- Script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index e1dcdbba..290b6864 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,4 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "We are learning Git" echo "We are trying this practical from linux EC2" -echo "We are from batch-23 and learning git/gihub" +#echo "We are from batch-23 and learning git/gihub" From fd0cefeecfe2fa9103fa3818ce044c2ab2b5dcc4 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 29 Mar 2024 09:11:45 +0530 Subject: [PATCH 065/103] Update Script1.sh --- Script1.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Script1.sh b/Script1.sh index 290b6864..c551c94d 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "We are learning Git" echo "We are trying this practical from linux EC2" -#echo "We are from batch-23 and learning git/gihub" +echo "We are from batch-23 and learning git/gihub" +echo "Happy good friday" From 166ad0cceedc97b61a56eb553c7f93afa7d394c7 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 30 Mar 2024 08:50:22 +0530 Subject: [PATCH 066/103] Update Script1.sh --- Script1.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index c551c94d..11fd50b1 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,5 +4,5 @@ echo "Hello All, Welcome to AWS/Devops Class" echo "Hello, How are you?" echo "We are learning Git" echo "We are trying this practical from linux EC2" -echo "We are from batch-23 and learning git/gihub" -echo "Happy good friday" +echo "We are from batch-24 and learning git/gihub" +echo "Happy weekend" From e4279319ba3453563d8113f7ac43bfe13c4aa4a3 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 30 Mar 2024 09:09:12 +0530 Subject: [PATCH 067/103] code changes for req- REQ9865634 --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 11fd50b1..b5f94ce2 100644 --- a/Script1.sh +++ b/Script1.sh @@ -6,3 +6,4 @@ echo "We are learning Git" echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" +echo "Today is saturday" From 11bb8644e83ba40c2adcdb5c201e627be2067315 Mon Sep 17 00:00:00 2001 From: sohansatpute Date: Sat, 30 Mar 2024 09:28:28 +0530 Subject: [PATCH 068/103] We have deleted 1 script file --- Script1.sh | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 Script1.sh diff --git a/Script1.sh b/Script1.sh deleted file mode 100644 index b5f94ce2..00000000 --- a/Script1.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash -#This is my 1st shell script to print output -echo "Hello All, Welcome to AWS/Devops Class" -echo "Hello, How are you?" -echo "We are learning Git" -echo "We are trying this practical from linux EC2" -echo "We are from batch-24 and learning git/gihub" -echo "Happy weekend" -echo "Today is saturday" From f1e4b393e64d0b2f7ed8420f5cc70fdc65e5c6a8 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:31:22 +0530 Subject: [PATCH 069/103] Create script1.sh --- .../script1.sh" | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 "echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" diff --git "a/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" "b/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" new file mode 100644 index 00000000..0aad6b36 --- /dev/null +++ "b/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" @@ -0,0 +1,4 @@ +echo "We are trying this practical from linux EC2" +echo "We are from batch-24 and learning git/gihub" +echo "Happy weekend" +echo "Today is saturday" From 1f406d000e183bfcf29724195e581401ed30bb60 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:31:48 +0530 Subject: [PATCH 070/103] Delete echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git directory --- .../script1.sh" | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 "echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" diff --git "a/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" "b/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" deleted file mode 100644 index 0aad6b36..00000000 --- "a/echo \"We are trying this practical from linux EC2\" echo \"We are from batch-24 and learning git/script1.sh" +++ /dev/null @@ -1,4 +0,0 @@ -echo "We are trying this practical from linux EC2" -echo "We are from batch-24 and learning git/gihub" -echo "Happy weekend" -echo "Today is saturday" From 89b1abbaa295f31b1415af06c57718a4a3f1beae Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:32:09 +0530 Subject: [PATCH 071/103] Create script1.sh --- script1.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 script1.sh diff --git a/script1.sh b/script1.sh new file mode 100644 index 00000000..0aad6b36 --- /dev/null +++ b/script1.sh @@ -0,0 +1,4 @@ +echo "We are trying this practical from linux EC2" +echo "We are from batch-24 and learning git/gihub" +echo "Happy weekend" +echo "Today is saturday" From 4f047adf217df8c5abaf195d3222df6e6bf1cb70 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 30 Mar 2024 09:32:44 +0530 Subject: [PATCH 072/103] Update script1.sh --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index 0aad6b36..9eb89469 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" -echo "Today is saturday" + From b701467123ff78ec8b78b7a28bb1f5f1e068d26c Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:42:22 +0530 Subject: [PATCH 073/103] Create file1 --- file1 | 1 + 1 file changed, 1 insertion(+) create mode 100644 file1 diff --git a/file1 b/file1 new file mode 100644 index 00000000..8b137891 --- /dev/null +++ b/file1 @@ -0,0 +1 @@ + From f92a3bc211c4c68d8dbafc5a9aad07ba90c3570c Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:42:44 +0530 Subject: [PATCH 074/103] Update file1 --- file1 | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/file1 b/file1 index 8b137891..30cf4f0b 100644 --- a/file1 +++ b/file1 @@ -1 +1,4 @@ - +1. Hi, +2. good monirng +3. How are you? +4. Husband: We have to travel Manali in Dec From 894ef0b1aee4110c6ddcb0fcf8f1d60e8bbaa64f Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:44:31 +0530 Subject: [PATCH 075/103] Update file1 --- file1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file1 b/file1 index 30cf4f0b..f125bd1d 100644 --- a/file1 +++ b/file1 @@ -1,4 +1,4 @@ 1. Hi, 2. good monirng 3. How are you? -4. Husband: We have to travel Manali in Dec +4. Husband: We have to travel Pune in Dec From 943acfc30d8436d363fd1e182db6e266f646f225 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:54:12 +0530 Subject: [PATCH 076/103] Update file1 --- file1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file1 b/file1 index f125bd1d..e3421802 100644 --- a/file1 +++ b/file1 @@ -1,4 +1,4 @@ 1. Hi, 2. good monirng 3. How are you? -4. Husband: We have to travel Pune in Dec +4. Husband: I don't want to travel From d31b9c16c5dfaaf07b04aa9f80652bcd2ca1e739 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:54:37 +0530 Subject: [PATCH 077/103] Update file1 --- file1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/file1 b/file1 index f125bd1d..4684415d 100644 --- a/file1 +++ b/file1 @@ -1,4 +1,4 @@ 1. Hi, 2. good monirng 3. How are you? -4. Husband: We have to travel Pune in Dec +4. Wife: We have to travel. From d2f55d4b6f4c2338f982e5fef6c4b19e283afb70 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Mon, 1 Apr 2024 08:58:43 +0530 Subject: [PATCH 078/103] Update file1 --- file1 | 1 + 1 file changed, 1 insertion(+) diff --git a/file1 b/file1 index e3421802..4b63adad 100644 --- a/file1 +++ b/file1 @@ -2,3 +2,4 @@ 2. good monirng 3. How are you? 4. Husband: I don't want to travel +5. We are from batch-23 From 169b5227dfabd6c96946db2c636c7641948cd8c0 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Wed, 3 Apr 2024 09:05:12 +0530 Subject: [PATCH 079/103] Delete file1 --- file1 | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 file1 diff --git a/file1 b/file1 deleted file mode 100644 index 1bccf090..00000000 --- a/file1 +++ /dev/null @@ -1,6 +0,0 @@ -1. Hi, -2. good monirng -3. How are you? -4. Wife: We have to travel. -5. Husband: I don't want to travel -6. We are from batch-23 \ No newline at end of file From 5b5954d918ae74a28217d6e2bb1c05f2e247c1ec Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 18 Apr 2024 08:17:17 +0530 Subject: [PATCH 080/103] Update Script4.sh --- Script4.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Script4.sh b/Script4.sh index c016e2bf..750866a3 100644 --- a/Script4.sh +++ b/Script4.sh @@ -1,6 +1,6 @@ #!/bin/bash #This is creation and calling of shell variable --- defining variables Class=Young-minds -Batch=13 -PROFESSION=AWS/DevOps +Batch=25 +PROFESSION=AWS/DevSecOps/Azure DevOps echo "Class Name is $Class, Batch number $Batch, We are learning $PROFESSION" From a9a78051b22c358f1e2d7bdc60dbb53831ecced2 Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Thu, 30 May 2024 08:49:39 +0530 Subject: [PATCH 081/103] This is my first commit in batch-24 --- Script2.sh | 2 +- script1.sh | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Script2.sh b/Script2.sh index e0b7686d..7776ac9a 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,4 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" -echo "Welcome to DevOps" + diff --git a/script1.sh b/script1.sh index 9eb89469..26f1427d 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,6 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" +echo "Hello batch-24, We are learning git" +echo "Please complete your practicals on daily basis" From 800873db1e8f03e5bd4236abe0351f8315a76fee Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Fri, 31 May 2024 08:08:14 +0530 Subject: [PATCH 082/103] This chnage is for incident-INC0902324 --- script1.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/script1.sh b/script1.sh index 26f1427d..1450d827 100644 --- a/script1.sh +++ b/script1.sh @@ -1,6 +1,3 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" -echo "Hello batch-24, We are learning git" -echo "Please complete your practicals on daily basis" - From e343d0b393b520afcf5c4c5e3f38fb2c02c6aade Mon Sep 17 00:00:00 2001 From: root Date: Sat, 1 Jun 2024 02:58:47 +0000 Subject: [PATCH 083/103] Sample commit --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index 1450d827..05b2d5b7 100644 --- a/script1.sh +++ b/script1.sh @@ -1,3 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" +echo "We are learning git" From a46b4856f2aa54bb0909df44ccc1b4f48617e324 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:58:36 +0530 Subject: [PATCH 084/103] Update script1.sh --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index 05b2d5b7..baf4e9f4 100644 --- a/script1.sh +++ b/script1.sh @@ -2,3 +2,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" echo "We are learning git" +echo "Husband: I don't want to travel" From 2f99e3a927ec7525fd7100b186ed80a163cc3cba Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Sat, 1 Jun 2024 08:59:21 +0530 Subject: [PATCH 085/103] Update script1.sh --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index 05b2d5b7..8d2edd60 100644 --- a/script1.sh +++ b/script1.sh @@ -2,3 +2,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-24 and learning git/gihub" echo "Happy weekend" echo "We are learning git" +echo "Wife: I want to travel" From f7cff3d22537f4e57314313259c1f74305bc3945 Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Tue, 20 Aug 2024 09:26:12 +0530 Subject: [PATCH 086/103] This is my first commit --- script1.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/script1.sh b/script1.sh index 59dfbf21..8558a1e6 100644 --- a/script1.sh +++ b/script1.sh @@ -1,8 +1,5 @@ echo "We are trying this practical from linux EC2" -echo "We are from batch-24 and learning git/gihub" -echo "Happy weekend" -echo "We are learning git" -echo "Husband: I don't want to travel" -echo "Wife: I want to travel" +echo "We are from batch-25 and learning git/gihub" +echo "We are learning Git/Github" From 78e57bb024514916d8cf20895ab5dcdd2f6d4217 Mon Sep 17 00:00:00 2001 From: harinisiriki Date: Tue, 20 Aug 2024 10:49:28 +0530 Subject: [PATCH 087/103] adds one line --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index 8558a1e6..cc0306d6 100644 --- a/script1.sh +++ b/script1.sh @@ -1,5 +1,6 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "We are learning Git/Github" +echo "Currently learning DevOps tools" From 9030634284a0a3e1208d1386d87bce190af4f6e2 Mon Sep 17 00:00:00 2001 From: root Date: Wed, 21 Aug 2024 03:39:57 +0000 Subject: [PATCH 088/103] Changes in Script-1 --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index 8558a1e6..44473968 100644 --- a/script1.sh +++ b/script1.sh @@ -1,5 +1,5 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "We are learning Git/Github" - +echo "We are trying practical from linux server" From 11075a26f3e74a95080cf69598224e8d870b6b65 Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Wed, 21 Aug 2024 09:38:52 +0530 Subject: [PATCH 089/103] branching --- script1.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/script1.sh b/script1.sh index 44473968..a391a643 100644 --- a/script1.sh +++ b/script1.sh @@ -1,5 +1,3 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" -echo "We are learning Git/Github" -echo "We are trying practical from linux server" From 81f47ce5e2640d9e1f3a2c325025e0debdc36139 Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Wed, 21 Aug 2024 09:45:12 +0530 Subject: [PATCH 090/103] Fixing issue related with INC0902328 --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index a391a643..ebca91dd 100644 --- a/script1.sh +++ b/script1.sh @@ -1,3 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" +echo "We are learning Branhcing" From ebc35bd4a8eddb04f068c60eca81f6b8b1f4bc9e Mon Sep 17 00:00:00 2001 From: Akash-M-Ubale Date: Wed, 21 Aug 2024 10:02:23 +0530 Subject: [PATCH 091/103] New commit --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index ebca91dd..c96839d6 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" -echo "We are learning Branhcing" +echo "new practical is been processed" From b3117991a4e7301cb1ef48dfd40069a451a9b8bd Mon Sep 17 00:00:00 2001 From: Akash-M-Ubale Date: Wed, 21 Aug 2024 10:05:12 +0530 Subject: [PATCH 092/103] REQ32100 commit --- script1.sh | 2 +- shellscripts | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 160000 shellscripts diff --git a/script1.sh b/script1.sh index c96839d6..0b82987a 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" -echo "new practical is been processed" +echo "new practical is been processed again" diff --git a/shellscripts b/shellscripts new file mode 160000 index 00000000..ebc35bd4 --- /dev/null +++ b/shellscripts @@ -0,0 +1 @@ +Subproject commit ebc35bd4a8eddb04f068c60eca81f6b8b1f4bc9e From 1f8817401047d69e1f1ebc78f44c339d41855c88 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:30:33 +0530 Subject: [PATCH 093/103] Update script1.sh --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index ebca91dd..3729701c 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,5 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "We are learning Branhcing" +echo "I am learning Git" From e7d051751b4f5c44d9314b5d989086cb01831af6 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Thu, 22 Aug 2024 09:31:20 +0530 Subject: [PATCH 094/103] Update script1.sh --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index ebca91dd..3a2b5fc1 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "We are learning Branhcing" - +echo "I am learning Devops" From 3a7dcdc9e81d80155a289eb368db94623bc10f7b Mon Sep 17 00:00:00 2001 From: Akash-M-Ubale Date: Thu, 22 Aug 2024 12:55:40 +0530 Subject: [PATCH 095/103] New changes in INC220824 --- script1.sh | 2 +- shellscripts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/script1.sh b/script1.sh index 0b82987a..c713978e 100644 --- a/script1.sh +++ b/script1.sh @@ -1,4 +1,4 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" -echo "new practical is been processed again" +echo "practising fork and othher commands" diff --git a/shellscripts b/shellscripts index ebc35bd4..95dfe407 160000 --- a/shellscripts +++ b/shellscripts @@ -1 +1 @@ -Subproject commit ebc35bd4a8eddb04f068c60eca81f6b8b1f4bc9e +Subproject commit 95dfe407100a0d6b6d343b774077a3a5ab0addc7 From 9056eadcfb2829f26e98b75bc725f58c85ab4fcc Mon Sep 17 00:00:00 2001 From: harinisiriki Date: Thu, 22 Aug 2024 18:04:11 +0530 Subject: [PATCH 096/103] REQ998877 changes done --- script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/script1.sh b/script1.sh index cc0306d6..abd2bd51 100644 --- a/script1.sh +++ b/script1.sh @@ -2,5 +2,6 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "We are learning Git/Github" echo "Currently learning DevOps tools" +echo "learnt branching" From a6cb4060ac036a0ca0a09f69c2a5c5a802a40637 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:25:07 +0530 Subject: [PATCH 097/103] Update script1.sh --- script1.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/script1.sh b/script1.sh index c667ba93..a391a643 100644 --- a/script1.sh +++ b/script1.sh @@ -1,10 +1,3 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" -echo "I am Aakash an i am practising fork and other commands" - -echo "We are learning Branhcing" -echo "I am learning Devops" -echo "I am learning Git" -echo "I am Aakash an i am practising fork and other commands" - From 6839ab5a6d6f1ffc8228a09b829c7f3d00782932 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:26:05 +0530 Subject: [PATCH 098/103] Update Script2.sh --- Script2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script2.sh b/Script2.sh index 7776ac9a..0079f3d0 100644 --- a/Script2.sh +++ b/Script2.sh @@ -5,4 +5,4 @@ read a echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" - +echo "Do you understand the script?" From f7907d82a619212916f640ee1f6e84ae320abd97 Mon Sep 17 00:00:00 2001 From: Young Minds <109673364+ygminds73@users.noreply.github.com> Date: Fri, 23 Aug 2024 09:26:48 +0530 Subject: [PATCH 099/103] Update Script3.sh --- Script3.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Script3.sh b/Script3.sh index 86042123..af53ec6e 100644 --- a/Script3.sh +++ b/Script3.sh @@ -1,6 +1,6 @@ #!/bin/bash #this is to check if the shell scripts picks up env variables -echo "This is error script" +echo "This is error script" # sample script echo "This is my system path $PATH" #Set a JDK_HOME env variable From 3bcc58d6c2c50355a1ad1513fc41071ab2abb5ef Mon Sep 17 00:00:00 2001 From: YoungMinds Date: Mon, 26 Aug 2024 09:39:18 +0530 Subject: [PATCH 100/103] removed folder --- shellscripts | 1 - 1 file changed, 1 deletion(-) delete mode 160000 shellscripts diff --git a/shellscripts b/shellscripts deleted file mode 160000 index 95dfe407..00000000 --- a/shellscripts +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 95dfe407100a0d6b6d343b774077a3a5ab0addc7 From c7801de07e4eca861249fc7a9544dff854237d51 Mon Sep 17 00:00:00 2001 From: nileshsonne Date: Sat, 16 Nov 2024 00:00:42 +0530 Subject: [PATCH 101/103] this is message to add everytime --- script1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script1.sh b/script1.sh index a391a643..69cb13e2 100644 --- a/script1.sh +++ b/script1.sh @@ -1,3 +1,3 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" - +echo "this is git" From 50d1c75c124cdc6a28dab79b7358ac80ce522563 Mon Sep 17 00:00:00 2001 From: nileshsonne Date: Tue, 19 Nov 2024 22:22:00 +0530 Subject: [PATCH 102/103] added new branch --- script1.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/script1.sh b/script1.sh index 69cb13e2..1e99a56e 100644 --- a/script1.sh +++ b/script1.sh @@ -1,3 +1,5 @@ echo "We are trying this practical from linux EC2" echo "We are from batch-25 and learning git/gihub" echo "this is git" +echo "the is new file" +echo "okay we have created new branch" \ No newline at end of file From a42351783d1daec5e5bcdb62f7f4a68b798bafae Mon Sep 17 00:00:00 2001 From: nileshsonne Date: Tue, 19 Nov 2024 22:43:02 +0530 Subject: [PATCH 103/103] this is branch-2 --- Script2.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Script2.sh b/Script2.sh index 0079f3d0..5e302b3f 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,3 +6,5 @@ echo "Value of b" read b echo "Hello value of a is $a and value of b is $b" echo "Do you understand the script?" +ehco "yess i understand" +echo "this is new branch-2"