@eshanized: push via script

This commit is contained in:
2024-03-02 13:01:24 +05:30
parent 6a4a7815a6
commit 1f1cb6acdc
4 changed files with 20 additions and 0 deletions

20
push.sh Executable file
View 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

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 KiB

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.4 MiB