Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 447 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 447 Bytes

Git Hooks

This repo contains hooks I use while developing with GIT


Installation

  1. Copy a hook to your .git/hooks folder
  2. Depending on how you downloaded the file, you may have to remove a .txt extension that may have been added by your Browser.
  3. Make the file executable chomd +x ./git/hooks/<HOOK_FILE>.
  4. There may be further configuration instructions in each hook file, so read through the file before you try it out.