We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 421eb8b commit 883cf5aCopy full SHA for 883cf5a
scripts/githooks/sort-dictionary.sh
@@ -25,7 +25,8 @@ function main() {
25
mv $root/accept.sorted.txt $root/accept.txt
26
mv $root/reject.sorted.txt $root/reject.txt
27
28
- git add -uv $root/*
+ # Update the sorted files in the staged git index
29
+ git add --update --verbose $root/*
30
}
31
32
# ==============================================================================
0 commit comments