aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
blob: edd6c82711064650ee38cd14d4f020a3d685804f (plain)
1
2
3
4
5
[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"