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 11f9990 commit 09aa031Copy full SHA for 09aa031
1 file changed
vlib/v/help/other/git-fmt-hook.txt
@@ -0,0 +1,11 @@
1
+Tool to install/remove pre-commit Git hook
2
+
3
+Usage:
4
+ v git-fmt-hook [SUBCMD]
5
6
+The pre-commit Git hook will check/format V files before commit with 'v fmt' command.
7
8
+SUBCMD:
9
+ status : get status for Git pre-commit hook .git/hooks/pre-commit
10
+ install: install Git pre-commit hook .git/hooks/pre-commit
11
+ remove : remove Git pre-commit hook
0 commit comments