🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more

git-user-switch

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
G

git-user-switch

Switch git user quickly

0.2.0
71

Supply Chain Security

100

Vulnerability

80

Quality

76

Maintenance

100

License

Version published
Maintainers
1
Created
Issues
3

Git User Switch

Switch git user, email and signingKey at ease.

Install

npm i -g git-user-switch

Usage

Usage: git-user [options]

Switch git users quickly. Switches locally by default

Options:
  -V, --version  output the version number
  -g, --global   Switch global git user
  -d, --delete   Delete a git user from the listing
  -r, --reset    Deletes all data and resets
  -h, --help     display help for command

Troubleshoot

In case this messes up any of your git configs because of bad input. Just edit:

Global : ~/.gitconfig Local Project : project/.git/config

[user]
	email = geongeorgexyz@gmail.com
	name = Geon George

You can additionally reset the cli data store by running:

git-user -r

FAQs

Package last updated on 16 Apr 2021

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