Files
004_comission/gitUpdate.sh
louiscklaw 2f811976ba update,
2025-01-31 19:42:42 +08:00

14 lines
129 B
Bash
Executable File

#!/usr/bin/env bash
set -ex
git config lfs.allowincompletepush true
git add .
git commit -m 'update,'
git push
echo "done"