-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
67 lines (49 loc) · 1.06 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
[core]
editor = vim
pager = less -F -X -E
autocrlf = false
trustctime = false
precomposeunicode = false
whitespace = space-before-tab,-indent-with-non-tab,trailing-space
[gui]
encoding = utf-8
[url "git@github.com:"]
insteadOf = https://github.com/
insteadOf = git://github.com/
[url "git@bitbucket.org:"]
insteadOf = https://bitbucket.org/
insteadOf = git://bitbucket.org/
[format]
pretty = %C(bold red)%h%Creset %C(white)%>(8,trunc)%ar%Creset %Cgreen%<(12,trunc)%aN%Creset %C(bold normal)%<(30)%s%Creset %C(auto)%d%Creset
[log]
date = iso
decorate = true
[apply]
whitespace = fix
[help]
autocorrect = 1
[push]
default = simple
[color]
ui = auto
[diff]
renameLimit = 5000
renames = copy
mnemonicprefix = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red
new = green
whitespace = red reverse
[color "status"]
added = yellow
changed = green
untracked = cyan
[include]
path = .git.aliases
path = .local.gitconfig