Why You Need a Git Pre-Commit Hook and Why Most Are Wrong

a pre-commit hook is a piece of code that runs before every commit and determines whether or not the commit should be accepted. think of it as the gatekeeper to... Read all

Git Tutorial: Comparing Files With diff

A developer gives a tutorial on how use diff to see what changes developers have made after their last commit to their git repository. Read all

Getting started with Nexus Maven Repo Manager

This tutorial outlines steps required to install Nexus (Maven Repository Manager) under Tomcat, or another webapp container. It shows you practical... Read all

Apache Camel: Integration Nirvana

Take any integration project and you have multiple applications talking over multiple transports on multiple platforms. As you can imagine, in large enterprise... Read all

 

 

 

 

Top