Files
snigdhaos-calamares-config/push.sh
2024-04-11 18:18:57 +05:30

10 lines
170 B
Bash
Executable File

#!/bin/bash
# Author: Eshan Roy (Eshanized)
BRANCH=master
CMSG="⏳ @eshanized updated the repository!!!"
git add .
git commit -m "${CMSG}"
git push origin "${BRANCH}"