Saw a few people struggling online when managing multiple git SSH identities on a single user account.
Created a seamless solution for them. It lets you:
- create and switch between work and personal SSH accounts in any repository
- create new git SSH keys, and switch within existing git repos
- upcoming: automatically tie git config user{name, email} to an SSH identity so that your commits follow your identity
Note: It supports Github.com at the moment. Support for any other git provider coming quick!
Created a seamless solution for them. It lets you: - create and switch between work and personal SSH accounts in any repository - create new git SSH keys, and switch within existing git repos - upcoming: automatically tie git config user{name, email} to an SSH identity so that your commits follow your identity
Note: It supports Github.com at the moment. Support for any other git provider coming quick!