This commit is contained in:
xyj 2023-12-05 09:09:44 +08:00
parent d2c7f4f28c
commit 4e99463b09
1 changed files with 5 additions and 0 deletions

5
push.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
set -e
git add .
git commit -m 'update'
git push -f origin master