An open API service indexing awesome lists of open source software.

https://github.com/sunsunmonkey/guser

easy to change your git user name and user email
https://github.com/sunsunmonkey/guser

cargo command git rust

Last synced: 12 months ago
JSON representation

easy to change your git user name and user email

Awesome Lists containing this project

README

          

# guser

easy to change your git user name and user email

## Get start

```shell
cargo install guser
```

to add the config about git user name and user email

```shell
guser add
```

to switch your git user name and user email

```shell
guser switch
```

## TODO

better error handle