I would love some more detailed documentation. For example: ``` gits.git(dir, argsArray, callback) - just runs git command line ``` Okay, `dir` is obvious, but what goes in the `argsArray`. What does the `callback` return? etc etc.