Files
snigdhaos-blackbox/push.sh
2024-04-23 12:01:26 +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}"