blog/scripts/push.sh

5 lines
86 B
Bash
Executable File

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