From 2fb4d28f872d8b5c521fafd9a52664c0389182bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vitor=20Gon=C3=A7alves?= Date: Sat, 27 Jan 2024 12:19:06 -0300 Subject: [PATCH] changed identity file --- .config/git/config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/git/config b/.config/git/config index ec38e63..5c17f3d 100644 --- a/.config/git/config +++ b/.config/git/config @@ -5,7 +5,7 @@ [init] defaultBranch = master [core] - sshCommand = ssh -i ~/.ssh/id_psspsps + sshCommand = ssh -i ~/.ssh/id_verngit editor = nvim pager = bat [commit]