From ab9384c4f40bec450a5ff1f2476319d8b86ed070 Mon Sep 17 00:00:00 2001 From: Mourya Vuyyala Date: Thu, 12 Mar 2026 20:25:57 -0500 Subject: [PATCH 1/3] Chore: Updated and clones as per assignment --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..5e39b920 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -8,7 +8,7 @@ # This script will help users to communicate and retrieve information from GitHub # Usage: # Please provide your github token and rest api to the script as input -# +#updated this script as per assignment, forking repo, cloning repo, creating branch and PR # ################################ From 54021dd76ffe59d0c19585ee8398cb90867adcfa Mon Sep 17 00:00:00 2001 From: mouryavuyyala Date: Thu, 12 Mar 2026 22:34:30 -0500 Subject: [PATCH 2/3] fetch vs pull --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c6345487..2868f53d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # Shell -Schell Scripts +Shell Scripts +understanding git fetch and git pull + From d7800fea5dde2c685f5d68cba6a4cad8a3657962 Mon Sep 17 00:00:00 2001 From: mouryavuyyala Date: Thu, 12 Mar 2026 22:36:56 -0500 Subject: [PATCH 3/3] understanding git fetch vs pull --- github-api-integration-module.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index 5e39b920..49b3a4f0 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -9,7 +9,7 @@ # Usage: # Please provide your github token and rest api to the script as input #updated this script as per assignment, forking repo, cloning repo, creating branch and PR -# +# Understanding git fetch vs pull ################################ if [ ${#@} -lt 2 ]; then