Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 284 Bytes

precommit.md

File metadata and controls

9 lines (6 loc) · 284 Bytes

↩️  Install pre-commit Hooks

Install all pre-commit hooks so they are executed every time before a commit occurs.

pre-commit install --hook-type pre-commit

Add export BASE_DOMAIN=example.com to your .bashrc, .zprofile or .zshrc.