0.0.11 • Published 9 years ago

gitsync v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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

0.0.11

9 years ago

0.0.10

9 years ago

0.0.9

9 years ago

0.0.8

9 years ago

0.0.7

9 years ago

0.0.6

9 years ago

0.0.4

9 years ago

0.0.1

9 years ago