-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
53 lines (52 loc) · 1.18 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
[user]
name =
email =
signingKey =
[init]
defaultBranch = dev
[core]
editor = lvim
excludesfile = ~/.gitignore_global
pager = delta
[merge]
conflictstyle = diff3
[diff]
colorMoved = default
tool = vimdiff
[pull]
rebase = true
[interactive]
diffFilter = delta --color-only --features=interactive
[delta]
navigate = true
features = decorations
line-numbers = true
side-by-side = true
syntax-theme = 1337
[delta "interactive"]
keep-plus-minus-markers = false
[delta "decorations"]
commit-decorations-style = blue ol
commit-style = raw
hunk-header-decoration-style = blue box
hunk-header-file-style = red
hunk-header-line-number-style = "#067a00"
hunk-header-style = file line-number syntax
[url "ssh://[email protected]/"]
insteadOf = https://github.com/
[url "ssh://[email protected]/"]
insteadOf = https://gitlab.com/
[alias]
#changed = diff ORIG_HEAD..
#changed = diff development@{1} development
#changed = diff HEAD~1 HEAD
#git branch --show-current
changed = diff $(__git.default_branch)@{1} $(__git.default_branch)
[commit]
gpgSign = true
[gpg]
program = /opt/homebrew/bin/gpg
[credential]
helper = osxkeychain
[rerere]
enabled = true