Git is a protocol for running a distributed version control system, focused on speed, effectiveness and real-world usability on large projects.
This library allows developers to use the "git" command inside Node.js apps just like they would from their console.
Doing this, they will be able to use a Git repository as a filesystem or data storage mechanism for their apps.
The Git repository can run locally or on a remote machine.
Requirements:
· Node.js 0.2 or higher
What's New in This Release: [ read full changelog ]
· More bug fixes.