Добавлен gitconfig в базовый образ.
All checks were successful
release / release (push) Successful in 33m54s
All checks were successful
release / release (push) Successful in 33m54s
This commit is contained in:
parent
f3e4f1fdcd
commit
2b1fd7e0f1
9
etc/gitconfig
Normal file
9
etc/gitconfig
Normal file
@ -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
|
Loading…
Reference in New Issue
Block a user