Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6bb0b12

Browse files
committed
Update README to be more useful.
1 parent d5c93f9 commit 6bb0b12

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,12 @@ pre-commit
44
A framework for managing and maintaining multi-language pre-commit hooks.
55

66
Some out-of-the-box hooks: https://github.com/pre-commit/pre-commit-hooks
7+
8+
9+
## What is a "pre-commit"
10+
11+
A pre-commit is some code that runs before commiting code to do some spot-checking for some basic programming mistakes.
12+
13+
## Why make this project?
14+
15+
We noticed that when creating a git repo it was not convenient to create pre-commit hooks. Often we resorted to copy/paste to include a set of useful hooks. https://github.com/causes/overcommit is an awesome project, but locked us into ruby and system packages -- which we wanted to avoid.

0 commit comments

Comments
 (0)