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

1 min read Original article ↗


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