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 7d47a32 commit 6c48d19Copy full SHA for 6c48d19
modules/pre-commit.nix
@@ -64,7 +64,7 @@ let
64
ln -fs ${configFile} src/.pre-commit-config.yaml
65
cd src
66
rm -rf .git
67
- git init
+ git init -q
68
git add .
69
git config --global user.email "you@example.com"
70
git config --global user.name "Your Name"
0 commit comments