Interactive command line util for quickly & easily switching git users
npm install gitsu-cli -gOpen the gitsu switcher to select a user from your ~/.gitsurc config
gitsuList users stored in your ~/.gitsurc config
gitsu --list
gitsu -lOpen your ~/.gitsurc config for editing in your default editor
gitsu --edit
gitsu -eCompiling a production build
npm run buildRunning in development mode
npm run devRunning a production build
npm startLink the local package to your global npm modules
npm linkUnlink the local package from your global npm modules
npm unlink gitsu-cli -gWhen you run gitsu for the first time, a .gitsurc file is created in your home directory. This file is used to store your git identities.
[
{ "name": "John", "email": "[email protected]" },
{ "name": "John Doe", "email": "[email protected]" },
{ "name": "Johnny", "email": "[email protected]" }
]
This project is licensed under the MIT License - see the LICENSE file for details.
