GitHub - TheYkk/git-switcher: Easily switch between your git profiles

2 min read Original article ↗

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Easily switch between your git profiles

License

Apache-2.0 license

246 stars 12 forks Branches Tags Activity

Notifications You must be signed in to change notification settings

Repository files navigation


Git Profile Switcher

Switch between your git profiles easily

Install

From Source (Rust)

Requirements:

  • Rust (cargo)
git clone https://github.com/TheYkk/git-switcher.git
cd git-switcher
cargo install --path .

Usage

Run git-switcher to see the interactive menu, or use subcommands:

git-switcher create   # Create a new profile
git-switcher list     # List profiles
git-switcher switch <profile> # Switch to a profile
git-switcher rename   # Rename a profile
git-switcher delete   # Delete a profile
git-switcher edit     # Edit current profile

Switch Profile

Switcher

Create Profile

Create

Delete Profile

Delete

Rename Profile

Rename

Feedback

If you have any feedback, please reach out to us at yusufkaan142@gmail.com

License

` Apache-2.0