26 lines
441 B
INI
26 lines
441 B
INI
# .gitconfig -- Samuel FORESTIER
|
|
|
|
[user]
|
|
name = Samuel FORESTIER
|
|
email = samuel+dev@forestier.app
|
|
signingkey = A4765B091C0B650F
|
|
[diff]
|
|
renames = copies
|
|
[merge]
|
|
ff = false
|
|
[pull]
|
|
rebase = merges
|
|
[status]
|
|
submoduleSummary = true
|
|
[push]
|
|
followTags = true
|
|
[tag]
|
|
forceSignAnnotated = true
|
|
[filter "lfs"]
|
|
process = git-lfs filter-process
|
|
required = true
|
|
clean = git-lfs clean -- %f
|
|
smudge = git-lfs smudge -- %f
|
|
[fetch]
|
|
prune = true
|