Skip to content
/ GUM Public

Git User Manager (GUM) - Switch between git user profiles.

Notifications You must be signed in to change notification settings

mtyuksel/GUM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Git User Manager (GUM)

It is the project that enables to switch between Git users via terminal. It just uses git commands and does not directly access git files (like git's own config files) for any operation.

Installation

  • Clone this repo to your PC:
git clone https://github.com/mtyuksel/gum.git
  • Open your zshrc/bashrc file with any editor:
code ~/.zshrc
  • Add following with the correct directory to the end of the zshrc/bashrc file:
export PATH=$PATH:<THE_DIRECTORY_YOU_CLONED_GUM_INTO>/gum
  • And now, you can reach GUM in any directory. Check with the following (you should see default profile names):

image

Get Started

  • Add your profile info to config.yaml

image

  • You can set your user profiles with the following command:
gum set <profile-name>

image

  • You can list your user profile names with the following command:
gum show

image

About

Git User Manager (GUM) - Switch between git user profiles.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages