From 9b0f7436f38433d60c31359f05dcd5a27d338b13 Mon Sep 17 00:00:00 2001 From: caseytomlin Date: Wed, 18 Dec 2024 21:17:39 +0000 Subject: [PATCH] prefer ssh in git --- dot_config/git/config | 2 ++ dot_config/git/ignore | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/dot_config/git/config b/dot_config/git/config index a17bf2d..22cc507 100644 --- a/dot_config/git/config +++ b/dot_config/git/config @@ -32,3 +32,5 @@ autocrlf = input [commit] gpgsign = false +[url "git@"] + insteadOf = https:// diff --git a/dot_config/git/ignore b/dot_config/git/ignore index 03c25c3..e234c0e 100644 --- a/dot_config/git/ignore +++ b/dot_config/git/ignore @@ -12,7 +12,7 @@ # .nfs files are created when an open file is removed but is still being accessed .nfs* -.vscode + # Python *.pyc