# ohnogit **Repository Path**: mirrors_github/ohnogit ## Basic Information - **Project Name**: ohnogit - **Description**: For when you have to use git in nodejs. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-02-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # OhNoGit For when you have to use git in nodejs. A wrapper around [nodegit](https://github.com/nodegit/nodegit). ![](http://www.reactiongifs.com/r/whid1.gif) ## Install To use: ``` npm install ohnogit --save ``` ```js 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 ```