Skip to content

Commit 5b51656

Browse files
committedMar 2, 2019
Update .gitconfig
1 parent e8ae37c commit 5b51656

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
 

‎.gitconfig

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
# Git config file extending local configuration.
2-
# Should be added to local config:
2+
#
3+
# Should be added to the local config:
34
# ~~~
45
# git config --local --add include.path ../.gitconfig
56
# ~~~
7+
#
8+
# Requires https://github.com/slavcodev/git-hooks
9+
# to use configured hooks.
610

711
# Configure "pre-commit" hook.
8-
# Requires https://github.com/slavcodev/git-hooks
912
[hooks "pre-commit"]
1013
disallow-commits = disallow-commits/disallow-commits
1114

0 commit comments

Comments
 (0)
Please sign in to comment.