diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -3,6 +3,11 @@ | |||
3 | name = typebrook | 3 | name = typebrook |
4 | [alias] | 4 | [alias] |
5 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 5 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
6 | stashstaged = !git stash --keep-index && \ | ||
7 | git stash && \ | ||
8 | git stash apply stash@{1} && \ | ||
9 | git stash show -p | git apply -R && \ | ||
10 | git stash drop stash@{1} | ||
6 | [core] | 11 | [core] |
7 | pager = | 12 | pager = |
8 | [color] | 13 | [color] |