Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
unique-func
/
shell-cashflow-datathon-2023
like
0
Runtime error
App
Files
Files
Community
4158169
shell-cashflow-datathon-2023
/
git_sync.py
nlztrk
Upload 3 files
4158169
over 1 year ago
raw
Copy download link
history
blame
Safe
173 Bytes
import
os
os.system(
f'git clone https://
{os.environ[
"github_token"
]}
@github.com/unique-func/shell-cashflow-2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard'
)