git_user_manager

Crates.iogit_user_manager
lib.rsgit_user_manager
version0.6.1
sourcesrc
created_at2022-10-26 09:47:28.339729
updated_at2023-02-08 16:53:33.352589
descriptioncli tool to quickly switch between git users
homepage
repositoryhttps://github.com/Sarrus1/git_user_manager
max_upload_size
id697664
size55,918
Charles (Sarrus1)

documentation

README

git_user_manager

CLI tool written in Rust to quickly switch between git users

Github release status Crates.io Crates.io GitHub

Logo

How to install

Windows

  1. Download the latest release for windows.
  2. Extract the zip file and move gum.exe to C:\Windows\System32.
  3. In your command prompt, run gum --help.

Linux/MacOS

Homebrew

  1. Setup tap: brew tap Sarrus1/formulas
  2. Install: brew install git_user_manager

Manual

  1. Download the latest release for Linux or MacOS.
  2. Extract the tar file and move gum to /usr/local/bin.
  3. 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 add and follow the prompt.

Switch to a user

When in a git repository, switch to a different user by using gum use and follow the prompt or gum use <user>.

Additional commands

Use gum -h for additional commands.

Commit count: 46

cargo fmt