Question: Which use case is NOT a good candidate for a Git hook?

  1. state dependent environment changes
  2. continuous integration
  3. increasing code coverage
  4. enforcing commit rules

Answer: The correct answer of the above question is Option A:state dependent environment changes