New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

gitum

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitum

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

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
1
Created
Source

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

Keywords

git

FAQs

Package last updated on 03 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts