git-usr
v1.0.0
Published
You can easily set git repository user config(user.name and user.email)
Downloads
9
Maintainers
Readme
git-usr
You can easily set git repository user config(user.name and user.email)
Install
npm i -g git-usr
Usage
gusr [command]
Commands:
config <user.name> <user.email> add or update (<user.name>=<user.email>) config
remove <user.name> remove (<user.name>) config
example [email protected]
help [cmd] display help for [cmd]
The command
is one of the <user.name>
you added by config
command.
Exec gusr example
and your git repository [user]
config will be:
[user]
name = example
email = [email protected]
Add or update config
Just:
gusr config userName [email protected]
Then
gusr userName
Remove config
gusr remove userName