-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitconfig
59 lines (46 loc) · 904 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
57
58
59
[user]
name = MAC Server
email = [email protected]
# use http_proxy environment variable
[core]
# gitProxy="ssh" for "kernel.org"
# gitProxy=default-proxy ; for the rest
compression = 9
editor = nano -w
[alias]
st = status
ci = commit
co = checkout
br = branch
re = remote
what = whatchanged
sh = !git-sh
sub = submodule
[color]
branch = auto
diff = auto
interactive = auto
pager = true
ui = auto
status = true
[diff]
renames = copy # basic rename detection + detect copies
[commit]
# template = <file>
# Specify a file to use as the template for new commit messages.
[push]
default = matching # default
[rerere]
enabled = true
[merge]
log = false
renameLimit = 1000000
[mergetool]
keepBackup = true # true is the default
[receive]
fsckObjects = true
[status]
submodulesummary = true
[i18n]
commitencoding = UTF-8
#logOutputEncoding = KOI8-R