mirror of
https://github.com/commaai/agnos-builder.git
synced 2026-07-10 09:12:05 +08:00
13 lines
275 B
INI
13 lines
275 B
INI
[user]
|
|
email = device@comma.ai
|
|
name = Comma Device
|
|
[push]
|
|
default = simple
|
|
[url "git@github.com:"]
|
|
pushInsteadOf = "https://github.com/"
|
|
[filter "lfs"]
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
required = true
|
|
process = git-lfs filter-process
|