fix(core): update

This commit is contained in:
2019-07-17 11:48:31 +02:00
parent 8b85b6c8bc
commit 4cb6aa03e6
19 changed files with 1639 additions and 252 deletions

15
test/temp/config Normal file
View File

@ -0,0 +1,15 @@
Host gitlab.com
HostName gitlab.com
IdentityFile ~/.ssh/gitlab.com
StrictHostKeyChecking no
Host bitbucket.org
HostName bitbucket.org
IdentityFile ~/.ssh/bitbucket.org
StrictHostKeyChecking no
Host github.com
HostName github.com
IdentityFile ~/.ssh/github.com
StrictHostKeyChecking no