0.0.2 • Published 12 years ago

gitpull v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
12 years ago

gitpull - git pull on directory

USAGE

var gitpull = require('gitpull')

gitpull('directory', function (err) {
    console.log(err || 'OK')
})

INSTALLATION

Install via npm:

npm install gitpull

To install from source:

git clone git://github.com/michaelnisi/gitpull.git 
cd gitpull
npm link

LICENSE

MIT License

0.0.2

12 years ago

0.0.1

12 years ago