Skip to content

A fast and simple CLI tool built in Go that allows you to effortlessly switch between multiple global Git users.

Notifications You must be signed in to change notification settings

surbytes/gitusr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gitusr

gitusr is a fast and simple CLI tool built in Go that allows you to effortlessly switch between multiple global Git users.

This tool was inspired by kubectx and kubens.

terminal example

Installation

You can install using the go command:

go install github.com/surbytes/gitusr

or clone the project

git clone https://github.com/surbytes/gitusr.git
cd gitusr; go build -o gitusr main.go
./gitusr

Configuration

To ensure gitusr works correctly, users should configure their .gitconfig file so that each [users "<name>"] section represents a global Git user, as follows:

image

About

A fast and simple CLI tool built in Go that allows you to effortlessly switch between multiple global Git users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  

Languages