Switch between your git profiles easily
Requirements:
- Rust (cargo)
git clone https://github.com/TheYkk/git-switcher.git
cd git-switcher
cargo install --path .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 profileIf you have any feedback, please reach out to us at yusufkaan142@gmail.com




