mestreamlit / git_init.sh
yuanjie
update
f652093
raw
history blame
No virus
118 Bytes
#!/usr/bin/env bash
#git config --global credential.helper store
git add *
git commit -m "update"
git pull
git push