cgu
Manage multiple git configurations
Inspired by Git-User-Switch.
```bash
cgu
cargo install change-git-user ```
user.name
and user.email
configuser.signingKey
to the configgit2
to discover a repository and manipulate its config```bash
cgu ```
If you don't want use use prompts, you can use subcommands instead. The subcommands are:
add
select
delete
view
```bash
cgu --help
cgu
cgu add --name "My Config" "My Name" example@email.com
cgu view --all
cgu select "My Config"
cgu delete "My Config" ```