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
- Host: GitHub
- URL: https://github.com/sunsunmonkey/guser
- Owner: sunsunmonkey
- Created: 2024-07-22T15:47:32.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-29T06:47:09.000Z (almost 2 years ago)
- Last Synced: 2025-05-30T01:05:30.631Z (about 1 year ago)
- Topics: cargo, command, git, rust
- Language: Rust
- Homepage: https://crates.io/crates/guser
- Size: 23.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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