# 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