Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Ntdeseb
/
ntia
like
2
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Ntdeseb
commited on
Jul 28, 2025
Commit
53a72d7
·
1 Parent(s):
cea89ef
test script
Browse files
Files changed (1)
hide
show
push.ps1
+4
-0
push.ps1
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
param([string]$msg = "update")
2
+
git add .
3
+
git commit -m "$msg"
4
+
git push