Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
betterme
/
Nice
like
1
Runtime error
App
Files
Files
Community
9317d88
Nice
/
git_init.sh
betterme
update
b966bc9
over 1 year ago
raw
Copy download link
history
blame
Safe
162 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