As stated at https://github.com/NodeOS/NodeOS/issues/67#issuecomment-227476275, add support to make `gitkit` capable to be used by `npm` as a valid `git` cli command. Needed functionality is: - [ ] git config --get remote..url - [ ] git rev-list -n1 master - [ ] git checkout [something] - [ ] git clone [param] [param] - [ ] git clone --template=[value] --mirror [param] [param]