Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 1.08 KB

File metadata and controls

40 lines (25 loc) · 1.08 KB

GIT - Pre-Commit check for certain words

Table of Contents

  1. Description
  2. Setup
  3. Usage
  4. Development
  5. Contributors

Description

GIT pre-commit hook for checking the existence of certain words/phrases/functions in the code to be committed.

Setup

To install hook, copy pre-commit file to your project .git/hooks/pre-commit:

$ cp pre-commit .git/hooks/pre-commit;
$ chmod +x .git/hooks/pre-commit;

Usage

The hook comes with the die, print_r and dump functions as the strings to be checked prior to the commit. You can add more strings to be checked if you wish by modifying the checks array

Development

uTip's repositories are open projects, and community contributions are essential for keeping them great.

Fork this repo on GitHub

Contributors

The list of contributors can be found at: https://github.com/utipteam/Git-Pre-Commit-Hook-for-certain-words/graphs/contributors