From 2b1fd7e0f1eca9b2452b7cb219fb14d60218f630 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D0=BB=D0=B5=D0=BA=D1=81=D0=B5=D0=B9=20=D0=91=D0=B0?= =?UTF-8?q?=D0=B4=D1=8F=D0=B5=D0=B2?= Date: Fri, 11 Oct 2024 18:36:16 +0700 Subject: [PATCH] =?UTF-8?q?=D0=94=D0=BE=D0=B1=D0=B0=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=20gitconfig=20=D0=B2=20=D0=B1=D0=B0=D0=B7=D0=BE=D0=B2?= =?UTF-8?q?=D1=8B=D0=B9=20=D0=BE=D0=B1=D1=80=D0=B0=D0=B7.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- etc/gitconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 etc/gitconfig diff --git a/etc/gitconfig b/etc/gitconfig new file mode 100644 index 0000000..0bdd377 --- /dev/null +++ b/etc/gitconfig @@ -0,0 +1,9 @@ +[core] + sshCommand = ssh -i ~/.ssh/key +[url "git@git.mousesoft.ru:"] + insteadOf = https://git.mousesoft.ru/ +[filter "lfs"] + clean = git-lfs clean -- %f + smudge = git-lfs smudge -- %f + process = git-lfs filter-process + required = true