-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
42 lines (41 loc) · 776 Bytes
/
.gitconfig
File metadata and controls
42 lines (41 loc) · 776 Bytes
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
[user]
name = kx0101
email = liakos.koulaxis@yahoo.com
[init]
defaultBranch = dev
[core]
editor = nvim
pager = delta
[status]
showStash = true
showUntrackedFiles = all
[diff]
context = 3
renames = copies
interHunkContext = 10
[interactive]
singlekey = true
diffFilter = delta --color-only
[push]
default = current
[pull]
default = current
rebase = true
[log]
abbrevCommit = true
graphColors = blue,yellow,cyan,magenta,green,red
[user]
signingkey = 610B0FF42F56FD27
[commit]
gpgsign = true
[includeIf "gitdir:~/work/"]
path = ~/.gitconfig-work
[includeIf "gitdir:~/personal/"]
path = ~/.gitconfig-personal
[credential]
helper = store
[delta]
navigate = true
dark = true
[merge]
conflictStyle = zdiff3