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