mirror of
https://github.com/Snigdha-OS/snigdhaos-assets.git
synced 2025-09-21 12:05:00 +02:00
bump:
This commit is contained in:
13
push.sh
13
push.sh
@@ -1,13 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Set the repository URL and branch
|
||||
REPO_URL="https://github.com/Snigdha-OS/snigdhaos-assets.git"
|
||||
BRANCH="master" # or "master" depending on your repository's default branch
|
||||
|
||||
# Commit message
|
||||
MESSAGE="@eshanized: push via script"
|
||||
|
||||
# Add all files, commit, and push changes
|
||||
git add .
|
||||
git commit -m "$MESSAGE"
|
||||
git push origin $BRANCH
|
Reference in New Issue
Block a user