Re: Git Hooks

2017-12-15 Thread Satyakiran Duggina
that they haven't reviewed. Will this work? On Fri, Dec 15, 2017 at 11:23 AM, Bryan Turner <btur...@atlassian.com> wrote: > On Fri, Dec 15, 2017 at 11:12 AM, Satyakiran Duggina > <satya0...@gmail.com> wrote: >> I see that `git init` creates a .git directory and h

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