Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
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
over 2 years ago
raw
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
"
$@
"