diff --git a/Script1.sh b/Script1.sh index 26ba957..3d7e8d3 100644 --- a/Script1.sh +++ b/Script1.sh @@ -4,4 +4,12 @@ echo "We are from batch-27 and learning DevOps" echo "We are learning Git and GitHub" echo "How are you?" echo "I am learning branching in Git" -echo "Testing git pull" +echo "We are from batch-25 and learning git/gihub" +echo "We are learning Branching" +echo "For change request CHG009823" +echo "Practice for change request" +echo "Adding a new line" +echo "Changes by Story branch" +echo "One for Change id" +echo "New line for story branch" +echo "process for CHG009823" \ No newline at end of file diff --git a/Script2.sh b/Script2.sh index 867c7b9..b7121f9 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 "practice of git" \ No newline at end of file