Swig is the coolest git config switcher out there! With Swig, you can easily change your git config right from your terminal using a single command. It's like having a personal stylist for your git config - making you look good without the hassle.
- Switch git configs like a boss with a simple
swig
command - User-friendly and colorful UI that'll make your terminal feel like a party
- Saves you time and effort, so you can focus on what matters - your code
Ready to add some swag to your git config management? Follow these steps:
- Install Swig using.
- Run
swig
in your terminal and let the magic happen - Enjoy seamless git config switching and impress your colleagues with your new-found efficiency
🪟 Windows
- Use the
swig-setup.msi
windows setup. - Use the
swig-bin.exe
single binary.
🍏 Macos
sudo curl -L -o ~/Applications/Swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x ~/Applications/Swig && echo 'alias swig="~/Applications/Swig"' >> ~/.zshrc && source ~/.zshrc
sudo curl -L -o ~/Applications/Swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x ~/Applications/Swig && echo 'alias swig="~/Applications/Swig"' >> ~/.bashrc && source ~/.bashrc
sudo curl -L -o /usr/local/bin/swig "https://github.com/AlexanderDotH/Swig/releases/latest/download/swig-osx" && sudo chmod +x /usr/local/bin/swig
We're always looking for cool cats to help make Swig even better. If you've got ideas, bug reports, or just want to show some love, feel free to open an issue or submit a pull request. Let's make git config management fun again!