Is it possible to have different Git configuration for different projects?

.gitconfig is usually stored in the user.home directory.

I use a different identity to work on projects for Company A and something else for Company B (primarily the name / email). How can I have two different Git configurations so that my check-ins don’t go with the name / email?

13 s
13

Leave a Comment