From 09872be5a1d86795ca06ac8408ff60238cd50b2a Mon Sep 17 00:00:00 2001 From: yeti Date: Tue, 13 May 2025 16:10:04 +0100 Subject: [PATCH] feat(git): remove core.sshCommand from gitconfig --- gitconfig.template | 3 --- 1 file changed, 3 deletions(-) diff --git a/gitconfig.template b/gitconfig.template index 89f436a..dd1b81c 100644 --- a/gitconfig.template +++ b/gitconfig.template @@ -2,9 +2,6 @@ name = ${GIT_NAME} email = ${GIT_EMAIL} -[core] - sshCommand = /opt/secure/ssh/secure-ssh-wrapper.sh - [alias] co = checkout st = status