Git Identities
Git Identities let you use different git author information for different projects — useful when you work on both personal and professional repositories.
Overview
Each identity includes name, email, and optional signing key. The IDE automatically picks the right identity based on the project or repository.
Configuring Identities
Go to Settings > Git > Identities and add identities. Set one as default and override per project as needed.
Per-project Identity
In project settings, select which identity to use. You can also configure this in .opencode.jsonc under the git.identity key.