sugit

0.0.3 • Public • Published

sugit

Switch git user, email and signingKey at ease.

npm

Install

npm i -g sugit

Usage

Usage: sug [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 = luisli@gmail.com
	name = Luis Li

You can additionally reset the cli data store by running:

sug -r

Readme

Keywords

Package Sidebar

Install

npm i sugit

Weekly Downloads

0

Version

0.0.3

License

MIT

Unpacked Size

10.9 kB

Total Files

9

Last publish

Collaborators

  • qiutian00