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

5 lines
91 B
Bash
Executable file

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