Skip to content

Instantly share code, notes, and snippets.

View johchai's full-sized avatar

Johnny Chai johchai

View GitHub Profile

Manage Multiple Claude Code Accounts

Run two Claude Code accounts simultaneously on macOS without re-authenticating by using separate configuration directories.

Steps

  1. Create Separate Config Directories
    mkdir ~/.claude-account1
    mkdir ~/.claude-account2
@joshbuchea
joshbuchea / semantic-commit-messages.md
Last active March 10, 2026 12:50
Semantic Commit Messages

Semantic Commit Messages

See how a minor change to your commit message style can make you a better programmer.

Format: <type>(<scope>): <subject>

<scope> is optional

Example