aboutsummaryrefslogtreecommitdiffstats
path: root/git/config
blob: d35dec61432ba2a019793ad7d1a3b41886bc6483 (plain)
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
[user]
	name = Johannes Löthberg
	email = johannes@kyriasis.com
	signingkey = 3A9D0BB5
[credential]
	helper = cache --timeout=7200
[color]
	ui = true
[push]
	default = simple
[alias]
	co = checkout
	br = branch
	ci = commit
	st = status
	unstage = reset HEAD --
	last = log -1 HEAD
[branch]
	autosetuprebase = always
[github]
	user = kyrias
[core]
	editor = vim
[merge]
	tool = vimdiff
[sendemail]
	smtpserver = /usr/bin/msmtp