Re: Git Hooks

2017-12-15 Thread Satyakiran Duggina
ripts that they haven't reviewed. Will this work? On Fri, Dec 15, 2017 at 11:23 AM, Bryan Turner wrote: > On Fri, Dec 15, 2017 at 11:12 AM, Satyakiran Duggina > wrote: >> I see that `git init` creates a .git directory and hooks are to be >> placed in that directory a

Git Hooks

2017-12-15 Thread Satyakiran Duggina
I see that `git init` creates a .git directory and hooks are to be placed in that directory and these hooks are not tracked by version control. To achieve tracked hooks, either each developer has to copy the hooks or use tools like overcommit, pre-commit, husky etc. I'm wondering why hooks are not