[init]
	defaultBranch = trunk

[credential]
	helper = store

[pull]
	rebase = false

[user]
	email = blakelysnorth@gmail.com
	name = PowerUser64

[alias]
	a = add
	c = commit
	ca = commit -a
	caam = commit -a --amend
	cam = commit --amend
	caps = !git commit -a && git push
	ch = checkout
	d = diff
	lg = log
	ok = pull
	pl = pull
	ps = push
	re = restore
	rem = remote
	s = status
	st = status
	sub = submodule
	t = tree
	tree = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all

# vim:noet