2026-09-01 18:54:51 -05:00
2026-09-01 18:51:43 -05:00
2026-08-31 14:27:25 -05:00
2026-09-01 16:47:46 -05:00
2026-09-01 16:47:46 -05:00
2026-08-31 14:27:25 -05:00
2026-08-31 14:27:25 -05:00
2026-09-01 18:54:51 -05:00

git-su

switch between git users.

is this original? not at all. this is my own take on it because i wanted my own syntax for the cli.

usage

note: git allows running commands formatted in git-* as git *, so you can also run this as git su.

Usage: git-su <COMMAND>

Commands:
  list     list all profiles
  use      use a profile
  add      add a profile
  remove   remove a profile
  current  show current git user
  help     Print this message or the help of the given subcommand(s)

Options:
  -h, --help     Print help
  -V, --version  Print version

installation

there is currently no automated installation. simply build the program and place the resulting executable in your path.

building

build using just. see available recipes by running just or just --list.

S
Description
switch git users
Readme 41 KiB
Languages
Rust 96.5%
Just 3.5%