gitsync
0.0.11 • Public • Published Gitsync
Synchronous Git commands for Node.js
Install
$ npm install --save gitsync
Usage
var Repo = require('gitsync');
var repo = new Repo('/path/to/local/git/repo');
repo.add(['file1.txt', 'code.js', 'readme.md']);
repo.commit('Added three files');
repo.push();
License
MIT
Readme
Keywords
nonePackage Sidebar
Install
Weekly Downloads