2
0
gitea-runner-images/etc/gitconfig

10 lines
240 B
Plaintext
Raw Normal View History

[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