blog/scripts/push.sh

5 lines
86 B
Bash
Raw Normal View History

2023-11-01 21:58:06 +09:00
git pull
2023-10-29 11:38:45 +09:00
git add $(git rev-parse --show-toplevel)
2023-11-01 21:57:53 +09:00
git commit -m 'Fix'
2023-10-21 16:05:44 +09:00
git push origin