From 92d8faae1e88304208dcf83b2ed27828b2167f98 Mon Sep 17 00:00:00 2001 From: Sarah Faey Date: Thu, 19 Sep 2024 01:33:08 +0200 Subject: [PATCH] added ssh text --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 277f2de..f13ff8b 100644 --- a/README.md +++ b/README.md @@ -21,3 +21,4 @@ git config --global user.email "email@test.eu" git config --global core.sshCommand 'ssh -p 222 -i ~/.ssh/git' -i is only needed for a non standard ssh-key name the global flag is optional and shouldn't be used for the sshCommand of other git servers are also used +the ssh setup only works for repositories which have been cloned via ssh