aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
blob: 2036c46f0bda66310a3ba8818b12f7d51efa388e (plain)
1
2
3
4
5
6
7
8
9
[user]
	email = typebrook@gmail.com
	name = typebrook
[alias]
    reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"
[core]
	pager = tig
[color]
	ui = off