-
Notifications
You must be signed in to change notification settings - Fork 26
/
Copy pathgitconfig
91 lines (91 loc) · 1.96 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
80
81
82
83
84
85
86
87
88
89
90
91
[user]
name = Sebastian Dahlgren
email = [email protected]
signingkey = 0AAC354611A9CF4B
[alias]
branches = !git for-each-ref \
--sort=-committerdate \
--format=\"%(color:blue)%(authordate:relative)\t \
%(color:red)%(authorname)\t \
%(color:green)%(refname:short)\" \
refs/remotes \
| column -t -s \"\t\"
[core]
editor = nvim
whitespace=fix,-indent-with-non-tab,trailing-space,cr-at-eol
excludesfile = ~/.gitignore
autocrlf = input
pager = delta
[interactive]
diffFilter = delta --color-only
[delta]
features = 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
[pull]
rebase = true
[color]
ui = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[diff]
tool = vimdiff
[difftool]
prompt = false
[merge]
tool = vimdiff
[mergetool]
prompt = false
[mergetool "vimdiff"]
cmd = nvim -d $LOCAL $BASE $REMOTE $MERGED -c '$wincmd w' -c 'wincmd J'
keepBackup = false
[push]
default = current
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[rebase]
autosquash = true
[branch]
autoSetupRebase = always
[github]
user = sebdah
[commit]
gpgsign = true
[gitflow "feature.finish"]
push = yes
[gitflow "bugfix.finish"]
push = yes
[gitflow "hotfix.finish"]
push = yes
;[url "[email protected]:"]
;insteadOf = https://github.com/
[url "[email protected]:"]
insteadOf = https://gitlab.com/
[credential]
helper = osxkeychain
[init]
defaultBranch = main
;[http]
;proxy=https://fwdproxy:8082
;proxySSLCert=/var/facebook/credentials/sebdah/x509/sebdah.pem
;proxySSLKey=/var/facebook/credentials/sebdah/x509/sebdah.pem
;[gpg]
;program = gpg2