Open MaybeJustJames opened 4 years ago
Git pre-commit (pre-push) hooks are useful to avoid committing (pushing) code which is guaranteed to fail CI. The process of adding hooks for a given project is complicated and error prone... but can be automatied. Several tools already exist e.g.
ATTN @KrisDavie @dweemx
Git pre-commit (pre-push) hooks are useful to avoid committing (pushing) code which is guaranteed to fail CI. The process of adding hooks for a given project is complicated and error prone... but can be automatied. Several tools already exist e.g.