From d035f70d1031fe0a51dab476da843739c6ac3ac3 Mon Sep 17 00:00:00 2001 From: RenukaGavate Date: Fri, 8 Aug 2025 10:47:54 +0530 Subject: [PATCH 1/4] i am commiting this changes for sample --- 001-inpath.sh | 1 + 005-validint.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/001-inpath.sh b/001-inpath.sh index 361cfb6..84952c6 100755 --- a/001-inpath.sh +++ b/001-inpath.sh @@ -55,3 +55,4 @@ case $? in esac exit 0 +echo "i can edit" \ No newline at end of file diff --git a/005-validint.sh b/005-validint.sh index ff386d3..fcef49d 100755 --- a/005-validint.sh +++ b/005-validint.sh @@ -48,3 +48,4 @@ validint() # if validint "$1" "$2" "$3" ; then # echo "That input is a valid integer value within your constraints" # fi +# i am commit \ No newline at end of file From 646b9ad83f1d5cf18a6b85e3eafb4d8060b24606 Mon Sep 17 00:00:00 2001 From: RenukaGavate Date: Fri, 8 Aug 2025 11:57:30 +0530 Subject: [PATCH 2/4] we are learning git merge --- 001-inpath.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/001-inpath.sh b/001-inpath.sh index 84952c6..c4a556e 100755 --- a/001-inpath.sh +++ b/001-inpath.sh @@ -55,4 +55,5 @@ case $? in esac exit 0 -echo "i can edit" \ No newline at end of file +echo "i can edit" +ECHO hello team how are you \ No newline at end of file From 13a8f2d988252cea06501fa3df46ac30bce3feca Mon Sep 17 00:00:00 2001 From: RenukaGavate Date: Sun, 10 Aug 2025 15:13:04 +0530 Subject: [PATCH 3/4] git push --- 002-validalnum.sh | 1 + 003-normdate.sh | 2 +- 004-nicenumber.sh | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/002-validalnum.sh b/002-validalnum.sh index e2b1658..5a22f2d 100755 --- a/002-validalnum.sh +++ b/002-validalnum.sh @@ -29,3 +29,4 @@ else fi exit 0 +echo "this is git commit" \ No newline at end of file diff --git a/003-normdate.sh b/003-normdate.sh index 556d8ea..81bf355 100755 --- a/003-normdate.sh +++ b/003-normdate.sh @@ -43,5 +43,5 @@ else fi echo $month $2 $3 - +echo "this is git commit" exit 0 diff --git a/004-nicenumber.sh b/004-nicenumber.sh index dc656c6..93cdc7d 100755 --- a/004-nicenumber.sh +++ b/004-nicenumber.sh @@ -59,5 +59,5 @@ EOF fi nicenumber $1 1 # second arg forces this to 'echo' output - +echo "this is git commit" exit 0 From c79f848fa6ed988969c3b6258c51deac5e586a42 Mon Sep 17 00:00:00 2001 From: RenukaGavate Date: Tue, 12 Aug 2025 00:03:44 +0530 Subject: [PATCH 4/4] commit --- 001-inpath.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/001-inpath.sh b/001-inpath.sh index c4a556e..455fb4f 100755 --- a/001-inpath.sh +++ b/001-inpath.sh @@ -56,4 +56,5 @@ esac exit 0 echo "i can edit" -ECHO hello team how are you \ No newline at end of file +ECHO hello team how are you +echo "this is git" \ No newline at end of file