karn

Manage multiple Git identities and switch between them easily

brewmacoslinux
Try with needOr install directly
Source

About

Manage multiple Git identities

Commands

karn

Examples

List all configured Git identities$ karn list
Create a new Git identity with name and email$ karn add work --name 'John Doe' --email 'john@company.com'
Switch to a specific Git identity for current repository$ karn switch work