Git Identity Manager is a command-line tool written in Rust that helps you manage multiple Git identities for your repositories. It allows you to add new identities, view stored identities, and apply an identity to the local Git repository (without affecting your global configuration).
Find a file
2025-02-19 17:02:58 -06:00
src Feat: Add basic git identity management 2025-02-19 17:02:58 -06:00
.gitignore 🙈 Chore: Add .gitignore 2025-02-19 17:02:51 -06:00
Cargo.lock Feat: Add basic git identity management 2025-02-19 17:02:58 -06:00
Cargo.toml Feat: Add basic git identity management 2025-02-19 17:02:58 -06:00
sumi.toml 💄 Chore: Add git commit linting 2025-02-19 17:02:55 -06:00