kuda.ai

Thoughts on programming and music theory.

dark mode

Change git config of directory

Created on September 3, 2025

git

In some repos, I need different email addresses. You can change .git/config in a repository to use another email address, just for that repo.

vim .git/config
[user]
  name = David Kuda
  email = davidkuda@email.com