Tag Archives: git

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 …

Posted in Java | Tagged , , , , , , | Leave a comment

git’s missing features

Git is probably one of the best innovations (regarding Software Development) of the last 5 years. Although it was a really difficult to use software at the beginning, its usability has improved.
But it still lacks some features (and some …

Posted in git, Uncategorized | Tagged , , , , | Leave a comment