Launching today

GitGuise
Auto-route git commits to the right GitHub account.
4 followers
Auto-route git commits to the right GitHub account.
4 followers
GitGuise automatically routes commits, pushes, and clones to the right GitHub account by reading each repo's remote URL. Unlike gh auth switch (swaps auth only) or includeIf (folder-based), it handles key, remote, and identity in one step. Setup wizard, unlimited profiles, cross-platform. Free and open source.






The remote URL matching is clever, but I'd love to see a fallback for repos without a remote configured yet, like a CLI prompt asking which profile to use when you run git init. Right now I'm guessing it silently picks the default and you don't find out until later.
@derya69sb Great catch, Derya. You're right that git init on a repo without a remote yet doesn't prompt. Right now GitGuise sets the identity when you run "git remote add", but there's a real gap between init and that point. A CLI prompt on git init is the right fix. Adding it to the next release or feel free to contribute 🙌.
Finally something that just reads the remote URL and handles it, no folder rules needed. Caught the setup wizard walking me through switching work and personal stuff in like two minutes, honestly smoother than I expected.
@abanmantc181w Thanks Şaban 🙏 Curious, how were you handling multiple accounts before? I'm collecting the workarounds people had (some are pretty creative).