From 7a70a51c8092431e9bc5c11efc43d68c3162fd4f Mon Sep 17 00:00:00 2001 From: abhisheksahani096 Date: Fri, 20 Feb 2026 12:24:11 +0530 Subject: [PATCH 1/5] This is my first commit --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 1340bc61..64cc0275 100644 --- a/Script1.sh +++ b/Script1.sh @@ -3,3 +3,4 @@ echo "We are from batch-25 and learning git/gihub" echo "We are learning Branching" echo "I am learning Git" echo "Hello, How are you?" +echo "This is my first script of my repo" From b98edd324bfe8f02c6e53b5e2910df4e15df698d Mon Sep 17 00:00:00 2001 From: abhisheksahani096 Date: Fri, 20 Feb 2026 12:29:50 +0530 Subject: [PATCH 2/5] This is my second commit --- Script2.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script2.sh b/Script2.sh index d3f91904..fa589ec1 100644 --- a/Script2.sh +++ b/Script2.sh @@ -6,3 +6,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 my second script" From 168a869e3fea8df4b9e4d9b57a4dfd210f9486dd Mon Sep 17 00:00:00 2001 From: abhisheksahani096 Date: Mon, 23 Feb 2026 11:07:06 +0530 Subject: [PATCH 3/5] This is first commit for branching --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 64cc0275..65c75378 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,3 +4,4 @@ echo "We are learning Branching" echo "I am learning Git" echo "Hello, How are you?" echo "This is my first script of my repo" +echo "Braching Demo" From d2c8c48d024c5ad041b68a1f6eed87d7d4628304 Mon Sep 17 00:00:00 2001 From: abhisheksahani096 Date: Mon, 23 Feb 2026 11:17:35 +0530 Subject: [PATCH 4/5] This is my commit for testing branching --- Script1.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/Script1.sh b/Script1.sh index 65c75378..a09e2374 100644 --- a/Script1.sh +++ b/Script1.sh @@ -5,3 +5,4 @@ echo "I am learning Git" echo "Hello, How are you?" echo "This is my first script of my repo" echo "Braching Demo" +echo "I am testing branching" From 1e7be48acb7aa3f59cd8c0b9282f7413ae791e7a Mon Sep 17 00:00:00 2001 From: abhisheksahani096 Date: Mon, 23 Feb 2026 11:24:50 +0530 Subject: [PATCH 5/5] https://github.com/abhisheksahani096/Scripting.git --- Script1.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Script1.sh b/Script1.sh index a09e2374..e4847a16 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,5 +4,4 @@ echo "We are learning Branching" echo "I am learning Git" echo "Hello, How are you?" echo "This is my first script of my repo" -echo "Braching Demo" -echo "I am testing branching" +echo "I am performing practical for branching"