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

git-account

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

git-account

git-account adds user management feature to `git`.

latest
Source
npmnpm
Version
1.3.0
Version published
Maintainers
1
Created
Source

git-account

npm version Build Status Coverage Status

git-account adds user management feature to git. It makes you able to change user.name, user.email and private key at ease.

Installation

npm i -g git-account

Usage

$ git account <command> [<args>]

Real world example

$ git account add
? ID uetchy
? Name Yasuaki Uechi
? Email y@uechi.io
? Private Key /Users/uetchy/.ssh/id_rsa
User created
KEY        VALUE
id         uetchy
name       Yasuaki Uechi
email      y@uechi.io
privateKey /Users/uetchy/.ssh/id_rsa

$ git account switch
? choose one Yasuaki Uechi <y@uechi.io>
Switched

$ git account status
KEY        VALUE
name       Yasuaki Uechi
email      y@uechi.io
privateKey /Users/uetchy/.ssh/id_rsa

All config will be saved to ~/.git-account

Commands

status         Show current status
list           List users
switch [name]  Switch user
exec           Run command
add            Add user
remove         Remove user
help [cmd]     display help for [cmd]

Keywords

account

FAQs

Package last updated on 21 Jun 2020

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