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