tangled
alpha
login
or
join now
biscui.tech
/
dotfiles
0
fork
atom
this repo has no description
0
fork
atom
overview
issues
pulls
pipelines
updated gitconfig based on article recommandations
biscui.tech
2 years ago
730c25e2
9ddb4aeb
+15
1 changed file
expand all
collapse all
unified
split
.gitconfig
+15
.gitconfig
···
3
3
longpaths = true
4
4
eol = lf
5
5
autocrlf = input
6
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
31
+
[merge]
32
32
+
conflictstyle = zdiff3
33
33
+
tool = meld
34
34
+
[rebase]
35
35
+
autostash = true
36
36
+
[init]
37
37
+
defaultBranch = main
38
38
+
[rerere]
39
39
+
enabled = true
40
40
+
[diff]
41
41
+
algorithm = histogram
42
42
+
colorMoved = default
43
43
+
[branch]
44
44
+
sort = -committerdate