A simple way to change the user of a git repository.
Under the hood it executes:
git config user.name <name>
git config user.email <email>
In order to install, just run the following command
cargo install --force --git https://github.com/Linus789/git-user.git
This will install git-user in your ~/.cargo/bin
(or Windows: %USERPROFILE%\.cargo\bin
).
Make sure to add the ~/.cargo/bin
(or Windows: %USERPROFILE%\.cargo\bin
) directory to your PATH variable.
```
git-user
git-user apply
git-user add
git-user set
git-user remove ```
```
git-user apply
git-user add
git-user add
git-user add
git-user remove
git-user set profile
git-user set name
git-user set email
git-user reset
git-user current
git-user list
git-user file
git-user -h ```
``` git-user 0.1.1 Linus789
USAGE: git-user [SUBCOMMAND]
FLAGS: -h, --help Prints help information -V, --version Prints version information
SUBCOMMANDS: add Add a new user profile apply Apply a profile to set the user for the local git repository current Show the current user of the local git repository file Print the file path where the profiles are stored and its contents help Prints this message or the help of the given subcommand(s) list List all profiles remove Remove a user profile reset Removes all directories and files ever created by this application set Set a new value in a profile (e. g. to change the email) ```