-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
48 lines (44 loc) · 910 Bytes
/
.gitconfig
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
[filter "media"]
clean = git media clean %f
smudge = git media smudge %f
required = true
[user]
name = argshook
email = [email protected]
signingkey = arijus
[color]
ui = true
diff = auto
status = auto
branch = auto
[format]
pretty = "Commit: %C(yellow)%H%nAuthor: %C(green)%aN <%aE>%nDate: (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b"
[core]
editor = nvim
pager = delta
[credential]
helper = cache --timeout=3600
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[difftool]
prompt = false
[commit]
gpgsign = true
[color "diff-highlight"]
oldnormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = 11
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[pull]
rebase = true
[init]
defaultBranch = main