-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
52 lines (39 loc) · 873 Bytes
/
gitconfig
File metadata and controls
52 lines (39 loc) · 873 Bytes
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
[user]
email = dwhs@hyperblazer.net
name = David W.H. Swenson
signingkey = A029A0B681571E738914474CD573FDAB784AA195
[core]
excludesfile = ~/.gitignore_global
[push]
default = simple
[help]
autocorrect = prompt
[fetch]
prune = true
pruneTags = true
all = true
[filter "media"]
clean = git-media-clean %f
smudge = git-media-smudge %f
[pager]
branch = false
[commit]
gpgsign = true
verbose = true
[pull]
rebase = false
[tag]
sort = version:refname
[diff]
algorithm = histogram
colorMoved = plain
renames = true
[includeIf "gitdir:omsf/"]
path = ~/dotfiles/gitconfig_omsf
[includeIf "gitdir:/home/ubuntu/"]
path = ~/dotfiles/gitconfig_devbox
[filter "lfs"]
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
clean = git-lfs clean -- %f