this repo has no description

updated gitconfig based on article recommandations

+15
+15
.gitconfig
··· 3 3 longpaths = true 4 4 eol = lf 5 5 autocrlf = input 6 + pager = delta 6 7 [user] 7 8 email = jhuet@biscui.tech 8 9 name = Jean-Cédric Huet ··· 27 28 [maintenance] 28 29 repo = C:/cbcsrc/vcinq 29 30 repo = C:/cbcsrc/DotCa 31 + [merge] 32 + conflictstyle = zdiff3 33 + tool = meld 34 + [rebase] 35 + autostash = true 36 + [init] 37 + defaultBranch = main 38 + [rerere] 39 + enabled = true 40 + [diff] 41 + algorithm = histogram 42 + colorMoved = default 43 + [branch] 44 + sort = -committerdate