-
Notifications
You must be signed in to change notification settings - Fork 1
/
gitconfig
78 lines (59 loc) · 1.53 KB
/
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
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
[core]
excludesfile = /.gitignore_global
pager = delta
[color]
ui = auto
[push]
default = simple
[credential]
helper = osxkeychain
[user]
name = PatTheMav
email = [email protected]
[github]
user = PatTheMav
[commit]
gpgsign = true
[tag]
gpgsign = true
[diff]
colorMoved = default
[merge]
conflictstyle = diff3
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --
hide = update-index --assume-unchanged
unhide = update-index --no-assume-unchanged
rclone = clone --recursive
[interactive]
diffFilter = delta --color-only --features=interactive
[add.interactive]
useBuiltin = false
[delta]
features = decorations
hyperlinks = true
line-numbers = true
navigate = true
right-arrow = "-> "
side-by-side = true
syntax-theme = base16-256
[delta "interactive"]
keep-plus-minus-markers = false
[delta "decorations"]
commit-decoration-style = blue ol
commit-style = raw
file-style = omit
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[filter "media"]
required = true
clean = git media clean %f
smudge = git media smudge %f
[init]
templatedir = /Users/patthemav/GitHub/Dotfiles/local/git-templates
[gpg]
format = ssh
[gpg "ssh"]
allowedSignersFile = /Users/patthemav/.config/git/allowed_signers