/home

Local Configurations

Primary LanguageShellApache License 2.0Apache-2.0

Home Configurations

Enable Client Side Git Hooks

  1. Set a symbolic link to ~/githooks from ./githooks

    ln -s ~/<Full Path>/home/githooks ~/githooks
  2. Config Git to globally use ~/githooks

    git config --global core.hooksPath ~/githooks

Note

To bypass hooks use --no-verify flag while committing and pushing.