Update git configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
1778d4c7c4
commit
0b01f58531
1 changed files with 6 additions and 0 deletions
|
@ -54,12 +54,18 @@
|
||||||
editor = vim
|
editor = vim
|
||||||
autocrlf = input
|
autocrlf = input
|
||||||
|
|
||||||
|
[pull]
|
||||||
|
rebase = false
|
||||||
|
|
||||||
[push]
|
[push]
|
||||||
default = current
|
default = current
|
||||||
|
|
||||||
[url "git@gitlab.com:severinkaderli/"]
|
[url "git@gitlab.com:severinkaderli/"]
|
||||||
insteadOf = gl:
|
insteadOf = gl:
|
||||||
|
|
||||||
|
[url "git@git.kaderli.dev:severinkaderli/"]
|
||||||
|
insteadOf = g:
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue