gitconfiglocal : parse the .git/config file into a useful data structure. You can installing gitconfiglocal 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 gitconfiglocal $ sudo npm install -g gitconfiglocal
If want to update the gitconfiglocal package execute the command as below,
$ sudo npm update gitconfiglocal
Update package globally,
$ npm install -g gitconfiglocal
$ sudo git clone https://github.com/rektide/gitconfiglocal.git
$ sudo npm install -g ./gitconfiglocal
gitconfiglocal@2.0.1 /usr/lib/node_modules/gitconfiglocal
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall gitconfiglocal
Package Name | gitconfiglocal |
Version | 2.0.1 |
Description | parse the .git/config file into a useful data structure |
Released Date | 2016-01-23T15:02:21.280Z |
Published by | soldair |
How to Learn | https://www.npmjs.com/package/gitconfiglocal/tutorial |