Gated Commits with Git
A gated commit, also called a pre-tested commit, is an integration pattern in which a commit is not approved until a set of tests are ran against the code being commited. In other words, the commit does not go through if the test suite fails. Why do...
Sep 25, 20173 min read1.2K
