diff --git a/Script1.sh b/Script1.sh index d4e60905..5fde77a4 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-33 and learning git/gihub" echo "We are learning Branching" -echo "I am learning Git" \ No newline at end of file +echo "I am learning Git" +echo "I am creating Branch B2" diff --git a/Script7.sh b/Script7.sh index c43b48f6..b8c4bed8 100644 --- a/Script7.sh +++ b/Script7.sh @@ -3,3 +3,4 @@ ls -lrt echo $? echo "here if the value is 0 this command is sucessful" +echo "New Branch B1"