-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitconfig
More file actions
38 lines (33 loc) · 750 Bytes
/
.gitconfig
File metadata and controls
38 lines (33 loc) · 750 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
[user]
name = River MacLeod
email = river@mm0hai.net
signingkey = EADF2038
[core]
whitespace=tab-in-indent
[alias]
ci = commit
co = checkout
[color]
diff = auto
status = auto
branch = auto
interactive = auto
ui = true
pager = true
[color "branch"]
current = yellow reverse
local = yellow
remote = green
[color "diff"]
meta = yellow bold
frag = magenta bold
old = red bold
new = green
[color "status"]
added = yellow
changed = green
untracked = cyan
[push]
# default = upstream
# Apparently tracking is deprecated, means the same as upstream.
default = tracking