1.0.4 • Published 5 years ago

gitum v1.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

gitum -- git user manager

NPM version

git user config manager,help you easy and fast set git local user config

Install

$ npm install -g gitum

Example

$ gum ls

* forthedamn - forthedamn@github.com
  name -- name@company.com
$ 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