From f332575cf678142e1e63de5636a18350555a6dba Mon Sep 17 00:00:00 2001 From: Yash Shaw Date: Sun, 24 May 2026 22:34:50 +0530 Subject: [PATCH 1/3] demo change --- github-api-integration-module.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/github-api-integration-module.sh b/github-api-integration-module.sh index d94d2951..6eedcbd7 100644 --- a/github-api-integration-module.sh +++ b/github-api-integration-module.sh @@ -10,6 +10,7 @@ # Please provide your github token and rest api to the script as input # # +# Demo change ################################ if [ ${#@} -lt 2 ]; then From 9eb702f3a4a2a6e66856dcebd7507074c86a32af Mon Sep 17 00:00:00 2001 From: Yash Shaw <89083013+yasheroic@users.noreply.github.com> Date: Mon, 25 May 2026 02:14:59 +0530 Subject: [PATCH 2/3] Add section on Git fetch vs pull --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c6345487..ee51d19f 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,3 @@ # Shell Schell Scripts +Git fetch vs pull From 0564b75fa12c228a39811dad84e23444b609cbf6 Mon Sep 17 00:00:00 2001 From: Yash Shaw <89083013+yasheroic@users.noreply.github.com> Date: Mon, 25 May 2026 02:15:36 +0530 Subject: [PATCH 3/3] Add explanation for git pull in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ee51d19f..272cba55 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,4 @@ # Shell Schell Scripts Git fetch vs pull +pull = fetch+merge at once