-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
42 lines (36 loc) · 953 Bytes
/
.gitconfig
File metadata and controls
42 lines (36 loc) · 953 Bytes
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
[include]
path = .gitconfig.user
path = .gitconfig.alias
path = .gitconfig.diff.merge
[color]
ui = auto
branch = auto
diff = auto
status = auto
interactive = auto
[color "branch"]
current = cyan bold
local = green bold
remote = red bold
upstream = red bold
plain = yellow reverse
[color "diff"]
plain = normal
meta = yellow bold
frag = magenta bold
old = red bold
new = green bold
commit = yellow
whitespace = red reverse
[color "grep"]
filename = yellow bold
linenumber = magenta bold
match = green reverse bold
separator = red bold
selected = white bold
context = black
function = red
[format]
pretty = format:%C(yellow)%h%C(auto)%d%Creset %s %Cgreen<%an>%Creset %C(bold blue)(%ad)%Creset
[push]
default = simple