Easily copy hooks to the git hooks. Works with bare repositories as well.
| .git/
| branches/
| config
| description
| HEAD
| hooks/ <-- to here
| applypatch-msg.sample
| pre-applypatch.sample
| pre-commit.sample
| (...)
| index
| (...)
| hooks/ <-- copy everything from here
| pre-commit
| post-commit
| (...)
| src/
| (...)
Created by Breno Salles.
This repository is licensed under MIT License.