From 67ceb318a2d152faa87647f048736bcd5ade3d09 Mon Sep 17 00:00:00 2001 From: Scott Carroll Date: Mon, 4 Aug 2025 10:07:02 +0100 Subject: [PATCH] Use Windows ssh.exe in work --- gitworkwsl/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitworkwsl/.gitconfig b/gitworkwsl/.gitconfig index 319f96c..b77d46a 100644 --- a/gitworkwsl/.gitconfig +++ b/gitworkwsl/.gitconfig @@ -10,3 +10,5 @@ defaultBranch = main [user] name = Scott Carroll email = scott.carroll@nhs.scot +[core] + sshcommand = ssh.exe