Gitea-Test-Public/push.sh

9 lines
119 B
Bash
Raw Permalink Normal View History

2024-10-06 07:27:52 +00:00
#!/bin/bash
if [ -z "$1" ]; then
msg="Updates"
else
msg="$1"
fi
git add . && git commit -m "$msg" && git push