44This package provides a bridge between the un-versioned ` .git/hooks/* ` scripts
55and scripts in your Git repository.
66
7- [ ![ Build Status] ( https://travis-ci.org/Cheppers/git-hooks.svg?branch=master )] ( https://travis-ci.org/Cheppers/git-hooks )
8- [ ![ Total Downloads] ( https://poser.pugx.org/cheppers/git-hooks/downloads.png )] ( https://packagist.org/packages/cheppers/git-hooks )
7+ [ ![ Build Status] ( https://travis-ci.org/Sweetchuck/git-hooks.svg?branch=master )] ( https://travis-ci.org/Sweetchuck/git-hooks )
98
109
1110## When to use
@@ -17,7 +16,7 @@ teammates then this is the tool you are looking for.
1716## How to use
1817
19181 . Step into you existing package's directory (or create a new one with ` git init && composer init ` )
20- 1 . Run <pre ><code >composer require 'cheppers /git-hooks'</code ></pre >
19+ 1 . Run <pre ><code >composer require 'sweetchuck /git-hooks'</code ></pre >
21201 . Then you have two option
2221 1 . Relay on the git hooks scripts which are shipped with this package
2322 and implement the logic in your ` .git-hooks ` file.
@@ -36,16 +35,16 @@ teammates then this is the tool you are looking for.
3635 "minimum-stability" : " dev" ,
3736 "prefer-stable" : true ,
3837 "require" : {
39- "cheppers /git-hooks" : " dev-master"
38+ "sweetchuck /git-hooks" : " dev-master"
4039 },
4140 "scripts" : {
4241 "post-install-cmd" : [
4342 " @deploy-git-hooks"
4443 ],
45- "deploy-git-hooks" : " \\ Cheppers \\ GitHooks\\ Main::deploy"
44+ "deploy-git-hooks" : " \\ Sweetchuck \\ GitHooks\\ Main::deploy"
4645 },
4746 "extra" : {
48- "cheppers /git-hooks" : {
47+ "sweetchuck /git-hooks" : {
4948 "core.hooksPath" : " git-hooks" ,
5049 "symlink" : false
5150 }
@@ -57,7 +56,7 @@ teammates then this is the tool you are looking for.
5756# Configuration
5857
5958In the example ` composer.json ` above you can see two configurable option
60- under the ` "extra": {"cheppers /git-hooks": {}} ` .
59+ under the ` "extra": {"sweetchuck /git-hooks": {}} ` .
6160
6261
6362## Configuration symlink
0 commit comments