Files
004_comission/gitUpdate.sh
louiscklaw 7f5473a2bc update,
2025-02-01 00:54:29 +08:00

15 lines
185 B
Bash
Executable File

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