-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
71 lines (71 loc) · 1.37 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
[merge]
conflictStyle = zdiff3
tool = vimdiff
[mergetool]
keepBackup = false
prompt = false
[pull]
rebase = true
[log]
abbrevCommit = true
decorate = auto
[format]
pretty = oneline
[status]
short = true
branch = true
[alias]
unstage = reset --quiet HEAD
uncommit = reset --mixed HEAD~
force-push = push --force-with-lease
fp = force-push
br = branch
ci = commit
co = checkout
st = status
rb = rebase
cp = cherry-pick
[color]
ui = true
[user]
name = Benjamin Darfler
email = [email protected]
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIL5CTP1l/0eOPKFFhJDln3a5PiGhj6Bzr2yK9Wd1NFmH
[credential]
helper = osxkeychain
[user]
[core]
excludesfile = ~/.gitignore_global
pager = delta --dark
[interactive]
diffFilter = delta --dark --color-only
[commit]
gpgsign = true
[rerere]
enabled = true
autoupdate = true
[tag]
forceSignAnnotated = true
gpgsign = true
[delta]
features = side-by-side line-numbers decorations
whitespace-error-style = 22 reverse
[delta "decorations"]
commit-decoration-style = bold yellow box ul
file-style = bold yellow ul
file-decoration-style = none
[hub]
protocol = https
[push]
default = current
autoSetupRemote = true
[fetch]
prune = true
[gpg]
format = ssh
[gpg "ssh"]
program = /Applications/1Password.app/Contents/MacOS/op-ssh-sign
[url "[email protected]:"]
insteadOf = https://github.com/
[diff]
algorithm = histogram