mirror of
https://github.com/Snigdha-OS/snigdhaos-welcome.git
synced 2025-09-20 22:14:56 +02:00
WIP: re writing push script"
This commit is contained in:
14
push.sh
14
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
|
||||
#
|
Reference in New Issue
Block a user