We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7971f72 commit 1b26bf7Copy full SHA for 1b26bf7
1 file changed
test/init.sh
@@ -18,9 +18,9 @@ cp test/test.sh "$tmpdir"
18
cp test/.pre-commit-config.yaml "$tmpdir"
19
cp test/.pre-commit-hooks.yaml "$tmpdir"
20
pushd "$tmpdir"
21
-sudo git config --global user.email "detailyang@gmail.com"
22
-sudo git config --global user.name "detailyang"
23
git init
+git config user.email "detailyang@gmail.com"
+git config user.name "detailyang"
24
git add .pre-commit-config.yaml .pre-commit-hooks.yaml --all ; git commit -a -m "init test case"
25
pre-commit install
26
pre-commit run
0 commit comments