[pull]
	rebase = true
[push]
	default = simple
[color]
	ui = auto
[credential]
	helper = store
[alias]
	ci = commit
	co = checkout
	ff = merge --ff-only
	graph = log --graph --oneline --all
	l1 = log --pretty=oneline
	last = log -1 HEAD --pretty=fuller
	unstage = reset HEAD --
	up = pull --rebase
[gui]
	encoding = utf-8
	recentrepo = /home/acp/data/he

[guitool "Rebase"]
	cmd = rebase
[user]
	name = Anthony Perkins
	email = anthony@acperkins.com