|
|
|
gguser – A Simple CLI to Manage Multiple Git Profiles
|
|
1 points
by withshubh
481 days ago
|
|
As devs, we juggle work, personal, & open-source projects—all on one laptop. Accidentally committing with the wrong identity is a nightmare. That’s why I built gguser – a simple CLI to manage Git profiles effortlessly! - Quick profile switching - Auto-switch per project - Check active Git user - SSH key support Try it now: npm install -g gguser GitHub: https://github.com/withshubh/gguser |
|
I use this technique to use my personal identity by default, and my work identity with repos that are checked out under ~/$WORK
I even have git aliases that behave differently depending on which identity I'm using.