Overview of MFEM git hooks
masterMFEM provides two primary git hooks to maintain code quality and repository health:
pre-commit: Runsastyleon your code before every commit to ensure changes comply with MFEM code styling guidelines.pre-push: Runs a suite of tests before every push to verify that file headers are compliant and that no unexpectedly large files have been added to the repository.