A simple Windows application to switch between multiple GitHub accounts.
- Add and save multiple GitHub accounts (name and email).
- View the currently configured global Git user.
- Switch the global Git user with a single click.
- Delete saved accounts.
-
Run the application:
python main.py
-
Add an Account:
- Enter the name and email associated with your GitHub account in the "Add New Account" section.
- Click the "Add Account" button.
-
Switch Accounts:
- Select an account from the "Saved Accounts" list.
- Click the "Set as Global" button.
-
Delete an Account:
- Select an account from the "Saved Accounts" list.
- Click the "Delete Selected" button.
- Python 3.x
- Git installed and in your system's PATH.
main.py: The main application script.accounts.json: Stores the saved GitHub accounts.