From bd05755a08a28488e1bd6f4bbef25cbd5d2c8f64 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Sat, 2 Mar 2024 13:10:50 +0530 Subject: [PATCH] @eshanized: push via script --- push.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 9ee2da5..c079b0b 100755 --- a/push.sh +++ b/push.sh @@ -16,7 +16,7 @@ ORG=Snigdha-OS # Set the repository URL and branch REPO_URL="${HOST}/${ORG}/${REPO}.git" -BRANCH="master" # or "master" depending on your repository's default branch +BRANCH="master" # or "main" depending on your repository's default branch # Commit message MESSAGE="@eshanized: push via script"