-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
42 lines (42 loc) · 766 Bytes
/
Copy path.gitconfig
File metadata and controls
42 lines (42 loc) · 766 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
[user]
email = xxx@xxx.com
name = zhufeng
signingkey = GPGKEYID
[commit]
gpgsign = true
[core]
; editor = vim
[merge]
; tool = vimdiff
[format]
pretty = oneline
[gpg]
program = gpg2
[pager]
branch = false
log = true
diff = true
commit = false
show = true
[alias]
logline = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[color]
ui = auto
diff = auto
status = auto
branch = auto
interactive = auto
pager = true
; [color "branch"]
; current = yellow reverse
; local = yellow
; remote = green
; [color "diff"]
; meta = yellow bold
; frag = magenta bold
; old = red bold
; new = green bold
; [color "status"]
; added = yellow
; changed = green
; untracked = cyan