Files
blog/scripts/push.sh
2026-03-25 15:14:49 +09:00

5 lines
86 B
Bash
Executable File

git pull
git add $(git rev-parse --show-toplevel)
git commit -m 'Fix'
git push origin