[user]
	name = Joe Groocock
	email = frebib@gmail.com
	signingkey = CFBB6A86
[commit]
	gpgsign = true
[color]
	ui = auto
[alias]
	verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
	pushall = !git remote | xargs -L1 git push
[rebase]
	autoStash = true
[push]
	default = upstream
[advice]
	statusHints = false
	pushUpdateRejected = false
[pull]
	rebase = true
[core]
	autocrlf = input
	excludesfile = /home/frebib/.config/git/gitignore
[diff]
	algorithm = patience
[sendemail]
	from = Joe Groocock <frebib@gmail.com>
	smtpserver = smtp.gmail.com
	smtpuser = frebib@gmail.com
	smtpencryption = tls
	smtpserverport = 587
	suppresscc = self