Created
July 4, 2023 13:17
-
-
Save kairusds/0a1a6a63382c98d493db339f2301fba7 to your computer and use it in GitHub Desktop.
Use different ssh keys for different Git repositories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Use this inside your project directory | |
git config core.sshCommand "ssh -i ~/.ssh/userkey" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment