0.6.2 • Published 2 years ago

git-user-switch v0.6.2

Weekly downloads
10
License
MIT
Repository
github
Last release
2 years ago

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
0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

3 years ago

0.4.0

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago

0.0.10

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.3

3 years ago