Posts tagged 'configuration'
Tag: configuration
How to use a different SSH credential for a specific git repository
April 25, 2025
If you have multiple SSH keys and want to use a specific one for a particular Git repository, you can do so by configuring it on the SSH config file:
How to use a different email for a group of git repositories
February 17, 2022
If you have a folder with multiple repositories that you want your commits use a different email account, but keep using your (personal) one for anything else, you can do it in two steps: