Rebase by default
This commit is contained in:
parent
c556ef1048
commit
20bceb1f9e
1 changed files with 9 additions and 7 deletions
16
gitconfig
16
gitconfig
|
@ -1,13 +1,15 @@
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
[user]
|
[user]
|
||||||
name = Spotlight
|
name = Spotlight
|
||||||
email = spotlight@joscomputing.space
|
email = spotlight@joscomputing.space
|
||||||
signingkey = 6EF6CBB6420B81DA3CCACFEA874AA355B3209BDC
|
signingkey = 6EF6CBB6420B81DA3CCACFEA874AA355B3209BDC
|
||||||
[commit]
|
[commit]
|
||||||
gpgsign = true
|
gpgsign = true
|
||||||
[color]
|
[color]
|
||||||
ui = auto
|
ui = auto
|
||||||
|
[pull]
|
||||||
|
rebase = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue