-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathdot_gitconfig
41 lines (41 loc) · 843 Bytes
/
dot_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
[user]
name = qupeng
email = [email protected]
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
required = true
process = git-lfs filter-process
[push]
default = simple
[core]
editor = vim
pager = less -FRSX
excludesfile = ~/.gitignore
[diff]
tool = vimdiff
[difftool]
prompt = false
trustExitCode = true
[alias]
df = diff
dt = difftool
[colors]
ui = true
[http]
cookiefile = /home/qupeng/.gitcookies
[url "[email protected]:pingcap/test-infra"]
insteadOf = "https://github.com/pingcap/test-infra"
[url "[email protected]:pingcap/endless"]
insteadOf = "https://github.com/pingcap/endless"
[diff "nodiff"]
command = /bin/true
[color]
ui = on
[include]
path = "~/.gittoken"
[pull]
rebase = false
[safe]
directory = /home/qupeng/github.com/tikv/kvproto
directory = /home/qupeng/github.com/tikv/kvproto