agri_xumu/git_push.sh

6 lines
78 B
Bash
Raw Normal View History

2024-01-22 18:01:03 +08:00
#!/bin/bash
set -e
git add .
git commit -m 'update'
git push -f origin master