-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdot.gitconfig
More file actions
80 lines (79 loc) · 1.72 KB
/
dot.gitconfig
File metadata and controls
80 lines (79 loc) · 1.72 KB
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
79
80
[include]
path = ~/dotfiles/delta/themes.gitconfig
[alias]
co = checkout
logf = log -1 --stat
b = checkout -b
merges = merge --squash
rhead = reset --hard HEAD
whereis = branch -a --contains
[core]
excludesfile = ~/gitignore
autocrlf = input
pager = delta
[interactive]
diffFilter = delta --color-only
[user]
name = Evan Moses
email = evan@emoses.org
[diff]
colorMoved = default
algorithm = histogram
[merge]
conflictstyle = zdiff3
[delta]
navigate = true
light = false
features = chameleon
side-by-side = true
[color]
status = auto
diff = auto
branch = auto
interactive = auto
ui = true
[difftool]
prompt = true
[credential]
useHttpPath = true
[push]
default = simple
[github "github-emoses"]
user = emoses
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[github]
user = emoses
[sendemail]
smptEncryption = tls
smptServer = smtp.gmail.com
smtpUser = evan@emoses.org
smtpServerPort = 587
annotate = yes
[url "git@github.com-emoses:emoses"]
insteadOf = https://github.com/emoses
[git-link]
branch = master
[init]
defaultBranch = main
[rerere]
enabled = true
[pull]
rebase = false
[include]
# Add local overrides here. If this doesn't exist git will ignore
path = ~/.local/git.config
[includeIf "gitdir:~/dev/github.com/emoses/"]
path = ~/.gitconfig.personal
[includeIf "gitdir:~/dotfiles/"]
path = ~/.gitconfig.personal
[http]
postBuffer = 523288000