mestreamlit / git_init.sh
yuanjie
update
ee83c82
raw
history blame
No virus
160 Bytes
#!/usr/bin/env bash
#git config --global credential.helper store
git add *
git commit -m "update" # git commit --amend -m '重新commit'
git pull
git push -f