2
0
gitea-runner-images/etc/gitconfig
Алексей Бадяев 4b640b2602
All checks were successful
release / release (push) Successful in 29m24s
Исправлен gitconfig
2024-10-11 20:27:01 +07:00

10 lines
246 B
Plaintext

[core]
sshCommand = ssh -i ~/.ssh/key
[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