module Git

The Git module provides the basic functions to open a git reference to work with. You can open a working directory, open a bare repository, initialize a new repo or clone an existing remote repository.

@author Scott Chacon (schacon@gmail.com)