diff options
author | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 12:56:36 -0400 |
---|---|---|
committer | Benjamin C Meyer <ben@meyerhome.net> | 2010-06-19 12:56:36 -0400 |
commit | a35f95adb25d73eda16cd7930366ab3c9fa1ff61 (patch) | |
tree | 3843b4effbb057b7d5708a8a533044bf9db8be76 | |
parent | d336028991158a98488b3afd65bb354e35a9ecbd (diff) | |
download | git-hooks-a35f95adb25d73eda16cd7930366ab3c9fa1ff61.tar.gz git-hooks-a35f95adb25d73eda16cd7930366ab3c9fa1ff61.tar.bz2 |
Show explicity how to set the global hooks with the contrib directory as an example.
Signed-off-by: Benjamin C Meyer <ben@meyerhome.net>
-rw-r--r-- | README | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -39,6 +39,8 @@ git-hooks provide a way to manage and share your hooks by allowing for the insta - User hooks that are installed in ~/.git_hooks/ - Project hooks that are installed in the git_hooks directory inside of each project. - Global hooks that are specified with the hooks.global configuration option. + The contrib directory includes a number of useful hooks and can be set by doing the following: + git config --global hooks.global $PWD/contrib/ Multiple global hooks directories can be specified by using a space between each path. |