[core]
	pager = less -FMRSXi

[color]
	status = auto
	branch = auto
	diff = auto

[color "branch"]
	current = bold white

[color "diff"]
	commit = bold white red
	frag = magenta
	meta = bold white blue

[alias]
	ac = commit --amend
	br = branch
	ci = commit
	co = checkout
	dc = diff --cached
	st = status
	re = rebase
	rc = rebase --continue

[push]
	default = current

[sendemail]
	chainreplyto = 0
	suppressfrom = 1
	suppresscc = all
	thread = 1
