gitflux
v2.0.2
Published
Manage multiple git accounts with ease
Maintainers
Readme
GitFlux
Manage multiple git accounts with ease. GitFlux helps developers switch between different Git accounts seamlessly, perfect for those who maintain separate accounts for personal and professional use.
Installation
npm install -g gitfluxFeatures
- Switch between multiple Git accounts
- Easy account management (add/remove accounts)
- Automatic SSH key switching
- Simple CLI interface
- Configuration persistence
Prerequisites
- Git installed on your system
- SSH keys set up for your different Git accounts
- Node.js and npm installed
Usage
Simply run:
gitfluxFollow the interactive prompts to:
- Switch between accounts
- Add new accounts
- Delete existing accounts
- List all available accounts
SSH Key Setup
Your SSH keys should be named according to your Git username and stored in ~/.ssh/ or else the Switch Account won't work. For example:
- For username "work-user":
~/.ssh/work-user - For username "personal-user":
~/.ssh/personal-user
License
MIT © Aryan Michael
