Categories
Archives
Tag Archives: git-hooks
HOWTO: Using JUnit with Eclipse with git hooks
This HOWTO shows using the git pre-commit hook to auto-run all JUnit tests before committing. This can be useful if you have a strict policy that no commit should fail the unit-test suite or if you just want to make … Continue reading