-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathgitconfig.ini
More file actions
50 lines (50 loc) · 1.02 KB
/
gitconfig.ini
File metadata and controls
50 lines (50 loc) · 1.02 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
[init]
defaultBranch = master
[user]
email = solitudesf@protonmail.com
name = SolitudeSF
signingkey = 789B06817C385387
[core]
pager = /usr/bin/delta
[interactive]
diffFilter = /usr/bin/delta --color-only
[delta]
hyperlinks = true
hyperlinks-file-link-format = "file://{path}#{line}"
navigate = true
light = false
[alias]
tags = tag -l
branches = branch -a
diffdir = difftool --dir-diff
[color]
ui = auto
[pull]
rebase = true
[commit]
gpgsign = true
[credential]
helper = store
[diff]
colorMoved = default
tool = kitty
guitool = kitty.gui
[difftool]
prompt = false
trustExitCode = true
[difftool "kitty"]
cmd = kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
cmd = kitty kitten diff $LOCAL $REMOTE
[merge]
conflictstyle = diff3
tool = kakmerge
[mergetool]
trustExitCode = true
[mergetool "kakmerge"]
cmd = "env LOCAL="${LOCAL}" BASE="${BASE}" REMOTE="${REMOTE}" MERGED="${MERGED}" kakmerge"
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process