-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathgitconfig.ini
58 lines (58 loc) · 1.23 KB
/
gitconfig.ini
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
[init]
defaultBranch = master
[user]
email = solitudesf@protonmail.com
name = SolitudeSF
signingkey = 789B06817C385387
[core]
pager = /bedrock/cross/bin/delta
[interactive]
diffFilter = /bedrock/cross/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
alias = !fugitive alias
changelog = !fugitive changelog
lock = !fugitive lock
mirror = !fugitive mirror
open = !fugitive open
release = !fugitive release
scrap = !fugitive scrap
summary = !fugitive summary
undo = !fugitive undo
unlock = !fugitive unlock
unstage = !fugitive unstage
profile = !fugitive profile
get = !fugitive mirror
[color]
ui = auto
[pull]
rebase = true
[commit]
gpgsign = true
[merge]
conflictstyle = diff3
[credential]
helper = store
[diff]
colorMoved = default
tool = kitty
guitool = kitty.gui
[difftool]
prompt = false
trustExitCode = true
[difftool "kitty"]
cmd = kitty +kitten diff $LOCAL $REMOTE
[difftool "kitty.gui"]
cmd = kitty kitty +kitten diff $LOCAL $REMOTE
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process