gitsync

0.0.11 • Public • Published

Gitsync Build Status dependency Status npm version

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

/gitsync/

    Package Sidebar

    Install

    npm i gitsync

    Weekly Downloads

    3

    Version

    0.0.11

    License

    MIT

    Last publish

    Collaborators

    • lavelle