Git hooks and Pre-commit hooks.
The quickest way to get feedback from a build server for small checks is to use pre-commit hooks. Pre-commit hooks is a project that sits above the Git hooks directory in your project. What are git hooks, they’re scripts that run during the lifecycle of a Git action. Typically the...
[Read More]