Skip to content

TylerYep/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

git-hooks

An easy way to import git pre-commit or post-commit hooks into a repository.

To use, simply clone this repository and then add the scripts/ folder to your project.

Run scripts/install-hooks to install all hooks. This will create a symbolic link to your scripts, so changing your scripts will automatically change the linked hooks.

Then, modify any of the other files in order to customize your git workflow.

If you no longer want to use these hooks, run scripts/uninstall-hooks and then delete the scripts/ folder.

About

An easy way to import git pre-commit or post-commit hooks into a repository.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages