Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 668 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 668 Bytes

GITUM-CLI

GITUM(git user management) - is a simple CLI tool which provide possibility to manage multiple git users on your machine.

Install

$ npm i -g gitum-cli

Usage

command alias description
gum help gum h get help info
gum new [userName] [userEmail] [alias] gum n [userName] [userEmail] [alias] create new git user
gum delete [alias] gum d [alias] delete git user
gum set [alias] gum s [alias] set current git user by alias
gum current gum current get current git user info
gum list gum l get git users list