With the help of this method you can create a new instance of Git.
constructor(void) : Object|Git
Check if the given directory is a git repository.
isRepository(String path) : Boolean
Try to get information about the last commit of a path.
getLastCommit(String path, Function callback) : void
Get the global author information.
getGlobalUser(String path, Function callback) : void