1
0
Fork 0

git: Use a separate SSH key for personal projects

This commit is contained in:
Jeremy Kaplan 2021-05-12 16:10:32 -07:00
commit db67a346b5
2 changed files with 3 additions and 0 deletions

2
git/config-personal-ssh Normal file
View file

@ -0,0 +1,2 @@
[core]
sshCommand = ssh -i ~/.ssh/personal

View file

@ -4,3 +4,4 @@ email = jeremy@stytch.com
[includeIf "gitdir:~/projects/"]
path = config-personal
path = config-personal-ssh