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 b00145a commit ed95028Copy full SHA for ed95028
1 file changed
cmd/tools/git_pre_commit_hook.vsh
@@ -13,6 +13,10 @@ import term
13
// chmod 755 .git/hooks/pre-commit
14
// ```
15
//
16
+// You could also use `vgit-fmt-hook` tool to install/update/remove and get
17
+// status for this hook.
18
+// This tool copies the git hook VSH script in .git/hooks/pre-commit
19
+//
20
// Note: you can use this command:
21
// `git config --bool --add hooks.stopCommitOfNonVfmtedVFiles true`
22
// ... to make it just *prevent* the committing of unformatted .v files,
0 commit comments