==========================
== Timoteo Ponce's blog ==
==========================

gitconfig4j v0.0.1

gitconfig4j git java
Another weekend project has been released. As a short overview, one of the things I really love about GIT it's the .gitconfig layout:



I love the simplicity and the clearness of those configuration files, and I wanted something similar for some of my Java projects, but I couldn't find an implementation of it.

So, I decided to create a very small library for supporting git-config file layout for Java. After a couple days of work, I have something I'm not ashamed of.

But well, here you go: gitconfig4j project page