Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 635 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 635 Bytes

Git Templates

Git templates that can be used as git configuration template for any project.

Available configs

  • 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.

Setup git templates

You dont. Enabled by default when using cfg

Contributing

All are welcome.