Java Properties Git Store
Java Properties can be conveniently loaded and stored into a file on a local system. Every time the Properties are stored, the file is completely overwritten without an option to version the changes. Here is a simple implementation of Git-based store to trace all changes to a given Properties file. Usage Source Code Check out […]