git: Use a separate SSH key for personal projects
This commit is contained in:
parent
71ea2aab6d
commit
db67a346b5
2 changed files with 3 additions and 0 deletions
2
git/config-personal-ssh
Normal file
2
git/config-personal-ssh
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
[core]
|
||||||
|
sshCommand = ssh -i ~/.ssh/personal
|
||||||
|
|
@ -4,3 +4,4 @@ email = jeremy@stytch.com
|
||||||
|
|
||||||
[includeIf "gitdir:~/projects/"]
|
[includeIf "gitdir:~/projects/"]
|
||||||
path = config-personal
|
path = config-personal
|
||||||
|
path = config-personal-ssh
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue