2019-07-24 12:01:51 +02:00
|
|
|
[alias]
|
|
|
|
prd = pull --rebase
|
|
|
|
co = checkout
|
|
|
|
|
|
|
|
[user]
|
|
|
|
name = Jurij Podgoršek
|
2020-09-01 00:54:56 +02:00
|
|
|
email = jurij@kompot.si
|
2019-07-24 12:01:51 +02:00
|
|
|
[filter "lfs"]
|
|
|
|
clean = git-lfs clean -- %f
|
|
|
|
smudge = git-lfs smudge -- %f
|
|
|
|
process = git-lfs filter-process
|
|
|
|
required = true
|
2020-09-01 00:54:56 +02:00
|
|
|
[pull]
|
|
|
|
rebase = false
|