Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Datasets:
Verdant
/
test
like
0
Modalities:
Text
Dataset card
Data Studio
Files
Files and versions
xet
Community
main
test
/
git
/
mingw64
/
libexec
/
git-core
/
git-update
Verdant
Upload 328 files
82618f7
about 3 years ago
Raw
Download with hf CLI
Copy download link
History
Blame
Contribute
Delete
218 Bytes
#!/bin/sh
# Placeholder for the deprecated `git update` command
echo
'Warning! `git update` has been deprecated;'
>&2
echo
'Please use `git update-git-for-windows` instead.'
>&2
exec
git update-git-for-windows
"
$@
"