aboutsummaryrefslogtreecommitdiff
path: root/git/gitconfig
blob: b969f865db5558edcb66861cc7ada15900ed4380 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[user]
    name = Tom Ryder
    email = tom@sanctum.geek.nz
    signingkey = 77BB8872

[advice]
    statusHints = false

[color]
    ui = true

[diff]
    tool = vimdiff

[difftool]
    prompt = false

[log]
    date = local

[push]
	default = matching