gitum
v1.0.4
Published
git user config manager,help you easy and fast set git local user config
Downloads
4
Readme
gitum -- git user manager
git user config manager,help you easy and fast set git local user config
Install
$ npm install -g gitum
Example
$ gum ls
* forthedamn - [email protected]
name -- [email protected]
$ gum use forthedamn //switch config to forthedamn
Local user config has been set to: forthedamn
Usage
Usage: gum [options] [command]
Options:
-V, --version output the version number
-h, --help output usage information
Commands:
ls List all the git user config
use <username> Change git user config to username
add <username> <email> Add one custom user config
del <username> Delete one custom user config
help Print this help
LICENSE
MIT