This commit is contained in:
2024-03-31 11:11:56 +05:30
parent 3e7a0cd4c0
commit a5c5cd39bc
27 changed files with 0 additions and 188 deletions

13
push.sh
View File

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