-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path.gitconfig
67 lines (50 loc) · 922 Bytes
/
.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
[color]
ui = true
[color "diff"]
old = red
new = green
[color "diff-highlight"]
oldNormal = red
newNormal = green
oldHighlight = red reverse
newHighlight = green reverse
[commit]
gpgsign = true
[core]
excludesfile = ~/.gitignore
pager = diff-highlight | less --tabs=4 -RXE
autocrlf = false
filemode = false
[credential]
helper = osxkeychain
[fetch]
prune = true
[filter "lfs"]
required = true
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
[github]
user = smockle
[help]
autocorrect = -1
[include]
path = /etc/gitconfig
[init]
defaultBranch = main
[log]
showSignature = true
[pull]
rebase = true
[push]
default = current
[submodule]
recurse = true
[user]
name = Clay Miller
email = [email protected]
signingkey = 1E6BEB6FED57655B
[url "https://github.com/"]
insteadOf = [email protected]:
[http]
cookiefile = /Users/clay/.gitcookies