Skip to content

feat: per-repo git author via conditional includes#10

Merged
indykish merged 1 commit into
masterfrom
feat/gitconfig-per-repo-author
Mar 27, 2026
Merged

feat: per-repo git author via conditional includes#10
indykish merged 1 commit into
masterfrom
feat/gitconfig-per-repo-author

Conversation

@indykish

Copy link
Copy Markdown
Owner

Summary

  • .gitconfig: Added includeIf blocks for usezombie/* and indykish/* repos (SSH + HTTPS)
  • .gitconfig-usezombie: New file, sets user.email = nkishore@megam.io
  • Default author remains kishore.kumar@e2enetworks.com for all other repos

Verification

# In a usezombie repo:
cd ~/Projects/usezombie && git config user.email
# → nkishore@megam.io

# In an e2e repo:
cd ~/Projects/marketplace_api && git config user.email
# → kishore.kumar@e2enetworks.com

🤖 Generated with Claude Code

- usezombie/* and indykish/* repos → nkishore@megam.io
- All other repos → kishore.kumar@e2enetworks.com (default)
- Supports both SSH and HTTPS remote URLs

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@indykish indykish merged commit c8c313f into master Mar 27, 2026
1 check passed
@indykish indykish deleted the feat/gitconfig-per-repo-author branch April 13, 2026 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant