gitea-pages/update.sh
2015-08-12 10:52:05 -07:00

6 lines
138 B
Bash

# this file is for convenience in updating this content in Github pages
git add --all
git status
git commit -m "content updates"
git push