diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -3,8 +3,6 @@ | |||
3 | name = typebrook | 3 | name = typebrook |
4 | 4 | ||
5 | [alias] | 5 | [alias] |
6 | cat = !git cat-file | ||
7 | catp = !git cat-file -p | ||
8 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 6 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
9 | stashstaged = !git stash --keep-index && \ | 7 | stashstaged = !git stash --keep-index && \ |
10 | git stash && \ | 8 | git stash && \ |