Slide 5
Slide 5 text
Profits of overcommit?
• Readability
• You can get some suggestions to adjust coding rule in only
changed files by Rubocop, EsLint(JS), etc
• Vulnerability Scan
• You can scan vulnerability in your project by Brakeman,
bundle-audit, etc.
• Share "Git Best Practice”
• Check for illegal pushes to protected branches, commit
message matches expected pattern, etc