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