Git templates that can be used as git configuration template for any project.
- Git hooks
- security scanning pre-commit hook: Check possible sensitive information that's in newly added code or filenames. If you think the detected line is a false positive. You can run it as
git commit --no-verify
to skip it. - commit-message hook according to angular guidelines.
- security scanning pre-commit hook: Check possible sensitive information that's in newly added code or filenames. If you think the detected line is a false positive. You can run it as
You dont. Enabled by default when using cfg
All are welcome.