We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8ae37c commit 5b51656Copy full SHA for 5b51656
.gitconfig
@@ -1,11 +1,14 @@
1
# Git config file extending local configuration.
2
-# Should be added to local config:
+#
3
+# Should be added to the local config:
4
# ~~~
5
# git config --local --add include.path ../.gitconfig
6
7
8
+# Requires https://github.com/slavcodev/git-hooks
9
+# to use configured hooks.
10
11
# Configure "pre-commit" hook.
-# Requires https://github.com/slavcodev/git-hooks
12
[hooks "pre-commit"]
13
disallow-commits = disallow-commits/disallow-commits
14
0 commit comments