git_user_manager
CLI tool written in Rust to quickly switch between git users
How to install
Windows
- Download the latest release for windows.
- Extract the zip file and move
gum.exe
to C:\Windows\System32
.
- In your command prompt, run
gum --help
.
Linux
- Download the latest release for linux.
- Extract the tar file and move
gum
to /usr/local/bin
.
- In your command prompt, run
gum --help
.
MacOS
- Download the latest release for mac.
- Extract the tar file and move
gum
to /usr/local/bin
.
- In your command prompt, run
gum --help
.
How to use
Add a user to the store
Users are stored in the store. To add one, use gum store -a
and follow the prompt.
Switch to a user
When in a git repository, switch to a different user by using gum use <name>
.