aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
blob: 1b728c4cd7b873346c1d50e7c8c823f6afcb6986 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[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"
    stashstaged = !git stash --keep-index && \
                   git stash && \
                   git stash apply stash@{1} && \
                   git stash show -p | git apply -R && \
                   git stash drop stash@{1}
[core]
	pager = 
[color]
	ui = off