We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a34447 commit 05f7de2Copy full SHA for 05f7de2
1 file changed
.githooks/init-repo.sh
@@ -25,9 +25,10 @@ if [ -z "$CI" ]; then
25
git config --local remote.origin.prune true
26
git config --local remote.origin.tagopt --tags
27
git config --local remote.pushdefault origin
28
+ git config --local rerere.enabled true
29
fi;
30
-echo It may going for a long time. Plese wait...
31
+echo It may going for a long time. Please wait...
32
.githooks/gen-file-from-example.mts
33
34
lerna list
0 commit comments