Skip to content

Latest commit

 

History

16 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • 1.Add user config first

$ gum add forthedamn [email protected]

$ gum add name [email protected]

  • 2.Choose one user config,and your local git will use this user config

$ gum use forthedamn //switch config to forthedamn

    Local user config has been set to: forthedamn
$ gum ls

* forthedamn - [email protected]
  name -- [email protected]

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

About

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

Topics

Resources

Stars

8 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages