-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgitconfig
54 lines (45 loc) · 839 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
[user]
email = alaurans@sophiagenetics.com
name = Alexandre LAURANS
signingkey = 41E19B7AE29D02D6
[credential]
helper = cache --timeout=1200
[color]
ui = true
branch = auto
diff = auto
status = auto
[color "status"]
added = green
changed = yellow
untracked = red
[color "diff"]
meta = 11
frag = magenta bold
old = red bold
new = green bold
commit = yellow bold
whitespace = red reverse
[core]
ui = true
editor = vim
autocrlf = false
whitespace = trailing-space,space-before-tab
pager = diff-so-fancy | less --tabs=4 -RFX
[github]
user = ancitik
[commit]
gpgsign = false
[push]
default = current
[remote]
pushdefault = origin
[color "diff-highlight"]
oldNormal = red bold
oldHighlight = red bold 52
newNormal = green bold
newHighlight = green bold 22
[gpg]
program = gpg
[init]
defaultBranch = main