mirror of
https://github.com/Snigdha-OS/snigdhaos-backgrounds.git
synced 2025-09-05 21:06:38 +02:00
@eshanized: push via script
This commit is contained in:
20
push.sh
Executable file
20
push.sh
Executable file
@@ -0,0 +1,20 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Repo Config
|
||||
REPO=snigdhaos-backgrounds
|
||||
# Host Config
|
||||
HOST=https://github.com
|
||||
# Destination Config
|
||||
ORG=Snigdha-OS
|
||||
|
||||
# Set the repository URL and branch
|
||||
REPO_URL="${HOST}/${ORG}/${REPO}.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
|
BIN
snigdhaos-background-01.jpg
Normal file
BIN
snigdhaos-background-01.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 767 KiB |
BIN
snigdhaos-background-02.jpg
Normal file
BIN
snigdhaos-background-02.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 5.5 MiB |
BIN
snigdhaos-background-03.jpg
Normal file
BIN
snigdhaos-background-03.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.4 MiB |
Reference in New Issue
Block a user