# Git-User-Switch **Repository Path**: mirrors_trending/Git-User-Switch ## Basic Information - **Project Name**: Git-User-Switch - **Description**: Switch git user and email with ease - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-07-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Git User Switch Switch git user, email and signingKey at ease. ### Install ``` npm i -g git-user-switch ``` ### Usage ``` Usage: git-user [options] Switch git users quickly. Switches locally by default Options: -V, --version output the version number -g, --global Switch global git user -d, --delete Delete a git user from the listing -r, --reset Deletes all data and resets -h, --help display help for command ``` ### Troubleshoot In case this messes up any of your git configs because of bad input. Just edit: *Global* : `~/.gitconfig` *Local Project* : `project/.git/config` ``` [user] email = geongeorgexyz@gmail.com name = Geon George ``` You can additionally reset the cli data store by running: ```sh git-user -r ```