Skip to content

ryun/git-hooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git Hooks

pre-commit

Catches common errors before commiting.

  1. git merge conflict markers
  2. Check for possible private key in commits.

Setup/Install

Run the setup.sh script. usage:

./setup.sh /path/to/your/git/repo

Bypassing the Checks

Call git commit with the --no-verify flag

About

Collection of git hooks and helpful strategies

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published