-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathgitconfig
79 lines (79 loc) · 1.5 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
72
73
74
75
76
77
78
79
[core]
editor = vim
pager = diff-so-fancy | less --tabs=4 -RFX
[merge]
tool = vimdiff
conflictstyle = zdiff3
[mergetool]
prompt = false
[status]
show-untracked-files = all
submoduleSummary = true
[diff]
algorithm = histogram
submodule = log
colorMoved = default
colorMovedWS = allow-indentation-change
context = 10
[color]
ui = true
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[color "diff"]
meta = yellow
frag = magenta bold
commit = yellow bold
old = red bold
new = green bold
whitespace = red reverse
[user]
name = Max Zinkus
email = [email protected]
signingkey = ~/.ssh/github_ed25519.pub
[init]
templatedir = ~/.config/git_template
defaultBranch = main
[url "[email protected]:"]
pushInsteadOf = "https://github.com/"
insteadOf = "gh:"
[alias]
ctags = !.git/hooks/ctags
[rebase]
autosquash = true
missingCommitsCheck = error
[rerere]
enabled = true
[pull]
rebase = false
[push]
default = simple
autoSetupRemote = true
followtags = true
[credential]
helper = osxkeychain
[commit]
verbose = true
[help]
autocorrect = prompt
[transfer]
fsckObjects = true
[receive]
fsckObjects = true
[fetch]
fsckObjects = true
prune = true
prunetags = true
writeCommitGraph = true
[submodule]
recurse = true
[branch]
sort = -committerdate
[tag]
sort = taggerdate
[gpg]
format = ssh
[log]
date = iso