WIP: re writing push script"

This commit is contained in:
Eshan Roy (Eshanized)
2024-05-02 21:39:23 +05:30
parent 99d4e2e9ed
commit 83871bc70c

14
push.sh
View File

@@ -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
#