Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
l2reg
/
Teknofest2023
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e0bcc33
Teknofest2023
/
git_sync.py
nlztrk
Update git_sync.py
e0bcc33
almost 2 years ago
raw
Copy download link
history
blame
Safe
168 Bytes
import
os
os.system(
f'git clone https://
{os.environ[
"github_token"
]}
@github.com/L2-Regulasyon/Teknofest2023.git tmp && mv tmp/.git . && rm -rf tmp && git reset --hard'
)