For when you have to use git in nodejs.
A wrapper around nodegit.
To use:
npm install ohnogit --save
import {Repository} from 'ohnogit'
const repo = Repository.open('path/to/repository')
await repo.refreshStatus()
For development:
git clone https://github.com/github/ohnogit
npm install