-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
87 lines (66 loc) · 1.51 KB
/
gitconfig
File metadata and controls
87 lines (66 loc) · 1.51 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
[advice]
diverging = false
[alias]
files = "!git diff --name-only $(git merge-base HEAD \"${REVIEW_BASE:-main}\")"
stat = "!git diff --stat $(git merge-base HEAD \"${REVIEW_BASE:-main}\")"
oui = "!git commit -m \"wip: $(curl -s https://whatthecommit.com/index.txt)\""
[branch]
sort = "-committerdate"
[commit]
gpgSign = false
verbose = true
[core]
excludesfile = ~/.gitignore
fsmonitor = true
hookspath = "/dev/null"
untrackedCache = true
attributesfile = ~/.gitattributes
[diff]
algorithm = "histogram"
colorMoved = "plain"
mnemonicPrefix = true
renames = true
tool = difftastic
[diff "sqlite3"]
binary = true
textconv = "echo .dump | sqlite3"
[difftool "difftastic"]
cmd = difft "$LOCAL" "$REMOTE"
[difftool "vscode"]
cmd = code --wait --diff "$LOCAL" "$REMOTE"
[fetch]
all = true
prune = true
pruneTags = true
[init]
defaultBranch = main
;[interactive]
; diffFilter = delta --color-only
[pager]
difftool = true
[pull]
rebase = true
[push]
default = simple
autoSetupRemote = true
followTags = true
[merge]
conflictstyle = diff3
[merge "mergiraf"]
name = mergiraf
driver = mergiraf merge --git %O %A %B -s %S -x %X -y %Y -p %P -l %L
[mergetool "vscode"]
cmd = "code --wait --reuse-window $MERGED"
[rebase]
autoSquash = true
autoStash = true
updateRefs = true
[rerere]
autoupdate = true
enabled = true
[tag]
sort = "version:refname"
[user]
name = v3rmine
email = v3rmine@astriiid.fr
signingkey = 7C8D293D1F08D15CA3E57C1542A136B250ED52AD