Files
jasonchung0708-93146/gitUpdate.sh
louiscklaw 4a91a4d1c1 update,
2025-02-01 02:02:29 +08:00

17 lines
268 B
Bash
Executable File

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