# README
gitconfswap
This is a simple systray application to easily switch between different git configs. The tool will only apply the specified configs, leaving all other configurations untouched.
Example Config
This example simply modifies the email address, but all configs supported by git config --global
are supported.
profiles:
private:
- variable: user.email
value: "[email protected]"
business:
- variable: user.email
value: "[email protected]"
icon: light