From 83871bc70c20a7ac19273bfbbee7d56d73af2da3 Mon Sep 17 00:00:00 2001 From: "Eshan Roy (Eshanized)" Date: Thu, 2 May 2024 21:39:23 +0530 Subject: [PATCH] WIP: re writing push script" --- push.sh | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/push.sh b/push.sh index fc091cc..4287ca8 100755 --- a/push.sh +++ b/push.sh @@ -1,13 +1 @@ -#!/bin/bash - -# Set the repository URL and branch -REPO_URL="https://github.com/Snigdha-OS/snigdhaos-welcome.git" -BRANCH="master" # or "main" depending on your repository's default branch - -# Commit message -MESSAGE="⏳ @eshanized updated the repository!!!" - -# Add all files, commit, and push changes -git add . -git commit -m "$MESSAGE" -git push origin $BRANCH +# \ No newline at end of file