holyloop/update.sh

4 lines
91 B
Bash
Raw Normal View History

2024-07-15 04:49:01 +00:00
git commit -am "$1"
git push --all
git tag -a `date +%Y%m%d_%H%M%S` -m "$1"
git push --tags