2
0
gitea-runner-images/etc/gitconfig

10 lines
246 B
Plaintext
Raw Permalink Normal View History

[core]
sshCommand = ssh -i ~/.ssh/key
2024-10-11 20:27:01 +07:00
[url "ssh://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