summaryrefslogtreecommitdiffstats
path: root/gitconfig
blob: debc8424ceec680a80043117eaef2019987766ae (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[user]
	email = doy@tozt.net
	name = Jesse Luehrs
[alias]
	pushall = !git push origin master && git push github master
	amend = commit --amend
[github]
	user = doy
[color]
	diff = auto
	status = auto
	branch = auto
	interactive = auto
[core]
	excludesfile = /home/doy/.gitignore