gulp-git : Git plugin for gulp (gulpjs.com). You can installing gulp-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 gulp-git $ sudo npm install -g gulp-git
If want to update the gulp-git package execute the command as below,
$ sudo npm update gulp-git
Update package globally,
$ npm install -g gulp-git
$ sudo git clone https://github.com/rektide/gulp-git.git
$ sudo npm install -g ./gulp-git
gulp-git@2.4.2 /usr/lib/node_modules/gulp-git
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gulp-git
Package Name | gulp-git |
Version | 2.4.2 |
Description | Git plugin for gulp (gulpjs.com) |
Released Date | 2017-08-09T02:23:40.748Z |
Published by | stevelacy |
How to Learn | https://www.npmjs.com/package/gulp-git/tutorial |