Update .gitconfig
This commit is contained in:
parent
d12e111c33
commit
5bf1bda3f3
1 changed files with 6 additions and 0 deletions
|
@ -34,8 +34,14 @@
|
||||||
[push]
|
[push]
|
||||||
default = simple
|
default = simple
|
||||||
|
|
||||||
|
[url "https://severinkaderli.ch:"]
|
||||||
|
insteadOf = git:
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
|
[credential]
|
||||||
|
helper = manager
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue