Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Datasets:
echodict
/
readest
like
0
Dataset card
Files
Files and versions
xet
Community
main
readest
/
packages
/
tauri-plugins
/
.scripts
/
ci
/
has-diff.sh
dlxj
add sub mods
2d8be8f
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
166 Bytes
#!/bin/bash
if
git diff --quiet --ignore-submodules HEAD
then
echo
"working directory is clean"
else
echo
"found diff"
git diff --name-status HEAD
exit
1
fi