Files
blog/scripts/push.sh

5 lines
86 B
Bash
Raw Normal View History

2026-03-25 15:14:49 +09:00
git pull
git add $(git rev-parse --show-toplevel)
git commit -m 'Fix'
git push origin