Files
snigdhaos-blackbox/push.sh
2024-04-19 02:48:45 +05:30

10 lines
172 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}"