git : A node.js library for git. You can installing git npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install git $ sudo npm install -g git
If want to update the git package execute the command as below,
$ sudo npm update git
Update package globally,
$ npm install -g git
$ sudo git clone https://github.com/rektide/git.git
$ sudo npm install -g ./git
git@0.1.5 /usr/lib/node_modules/git
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall git
Package Name | git |
Version | 0.1.5 |
Description | A node.js library for git |
Released Date | 2013-06-24T13:48:18.973Z |
Published by | christkv |
How to Learn | https://www.npmjs.com/package/git/tutorial |