Slight git config reorganization

This commit is contained in:
2025-06-03 03:31:29 +02:00
parent c33133f7c9
commit 3e786561ab
6 changed files with 11 additions and 8 deletions

View File

@@ -0,0 +1,23 @@
[push]
default = simple
[core]
excludesfile = ~/.dotfiles/git/gitignore
[color]
ui = true
[credential]
helper = store
[pull]
; If we pull we only want to fast forward, if that is not possible we should not allow pull to work
; Instead use fetch and then either rebase or merge
ff = only
; rebase = false
[diff]
tool = nvimdiff
[init]
defaultBranch = master

View File

@@ -0,0 +1,5 @@
[filter "lfs"]
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f