healthify / guides

Guides for Coding Like a Healthifyte.
1 stars 0 forks source link

Git Cop commit style automation. #29

Closed bkuhlmann closed 6 years ago

bkuhlmann commented 6 years ago

Overview

Was reading over your guides and thought I'd offer a suggestion when it comes to automating your Git commit workflow. You might want to use Git Cop to monitor good Git commit behavior. This'll reduce pull request strain and speed up code reviews. You can wire up Git Cop as part of your CI build process to fail your builds or as a local Git Hook for personal checks. Hope that helps!

bkuhlmann commented 6 years ago

Closing this issue since no one appears to be maintaining this project.