0.0.11 • Published 10 years ago

gitsync v0.0.11

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

0.0.10

10 years ago

0.0.9

10 years ago

0.0.8

10 years ago

0.0.7

10 years ago

0.0.6

10 years ago

0.0.4

10 years ago

0.0.1

10 years ago