-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgitconfig
More file actions
34 lines (34 loc) · 781 Bytes
/
gitconfig
File metadata and controls
34 lines (34 loc) · 781 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
[user]
name = SanMuHe
email = SanMuHe@gmail.com
[push]
default = simple
[core]
autocrlf = false
pager = less -q
eol = lf
[color]
ui = true
diff = true
grep = auto
[color "diff"]
meta = yellow
text = red black bold
new = green
old = red
func = cyan
[grep]
linenumber = true
extendedRegexp = true
[alias]
co = checkout
ci = commit
st = status
br = branch
lg = log --graph --pretty=format:'%C(reset)%C(yellow)%h%C(reset) -%C(bold yellow)%d%C(reset) %s %C(green)(%cr) %C(cyan)<%an>%C(reset)' --abbrev-commit --date=relative -n 10
g = grep --break --heading --line-number
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true