#git-config #user #git #manager #config #cli-tool

app git_user_manager

cli tool to quickly switch between git users

8 releases (5 breaking)

0.6.1 Feb 8, 2023
0.6.0 Nov 17, 2022
0.5.0 Nov 17, 2022
0.4.1 Nov 16, 2022
0.1.1 Oct 27, 2022

#596 in Development tools

Download history 1/week @ 2024-02-20 4/week @ 2024-02-27 5/week @ 2024-03-12 10/week @ 2024-03-26 59/week @ 2024-04-02

69 downloads per month

MIT license

25KB
562 lines

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.

Dependencies

~4–15MB
~150K SLoC