Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
Nymbo
/
Gradio-Snippets
like
0
Sleeping
App
Files
Files
Community
12e4fa9
Gradio-Snippets
/
Upload_Repo_to-Github.bat
Nymbo
Upload 4 files
12e4fa9
verified
9 months ago
raw
Copy download link
history
blame
Safe
124 Bytes
cd
[LOCATION]
git init
git add .
git commit -m "Initial commit"
git remote add origin [HTTPS]
git push -u origin master