-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitconfig
56 lines (56 loc) · 909 Bytes
/
.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
# vim: ft=gitconfig
[core]
editor = vim
quotepath = false
symlinks = true
autocrlf = false
ignorecase = false
safecrlf = true
whitespace = cr-at-eol
[color]
ui = auto
[rebase]
autosquash = true
autostash = true
[push]
default = current
followTags = true
[pull]
rebase = true
ff = only
[merge]
ff = false
conflictStyle = diff3
[credential]
helper = manager
[diff]
altorithm = histogram
compactionHeuristic = true
tool = vimdiff
colorMoved = dimmed-zebra
[commit]
verbose = true
gpgsign = true
[rerere]
enabled = true
[http]
postBuffer = 524288000
[grep]
lineNumber = true
patternType = extended
[help]
autocorrect = 1
[ghq]
root = ~/go/src
[hub]
protocol = ssh
[gpg]
program = gpg
[user]
signingkey = 914842721B38D36E4C36C2D6B592055EDF2B6111
email = [email protected]
name = dohq
[init]
defaultBranch = master
[url "ssh://[email protected]/"]
insteadOf = https://github.com/