mirror of https://github.com/snachodog/mybuddy.git
Add Pre-commit Hook section to TOC.
This commit is contained in:
parent
81cf6491a4
commit
73cf8e81d0
|
@ -33,6 +33,7 @@ work.
|
||||||
- [Development](#development)
|
- [Development](#development)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Gulp Commands](#gulp-commands)
|
- [Gulp Commands](#gulp-commands)
|
||||||
|
- [Pre-commit Hook](#pre-commit-hook)
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
@ -690,7 +691,7 @@ Gulp also passes along non-overlapping arguments for this command, however
|
||||||
individual tests cannot be run with this command. `python manage.py test` can be
|
individual tests cannot be run with this command. `python manage.py test` can be
|
||||||
used for individual test execution.
|
used for individual test execution.
|
||||||
|
|
||||||
### Pre-commit hook
|
### Pre-commit Hook
|
||||||
|
|
||||||
A pre-commit hook is recommended for all commits in order to make sure that
|
A pre-commit hook is recommended for all commits in order to make sure that
|
||||||
static assets are correctly committed. Here is an example working script for
|
static assets are correctly committed. Here is an example working script for
|
||||||
|
|
Loading…
Reference in New Issue