knossos/git-update.sh
2026-03-20 18:19:05 +08:00

5 lines
96 B
Bash
Executable file

echo "Git commit message:"
read
git add .
git commit -m "$REPLY"
git commit push -u origin main