lot_manager/git_push.sh

6 lines
78 B
Bash
Raw Normal View History

2023-12-05 09:09:44 +08:00
#!/bin/bash
set -e
git add .
git commit -m 'update'
git push -f origin master