diff options
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -13,6 +13,7 @@ | |||
13 | program = gpg2 | 13 | program = gpg2 |
14 | 14 | ||
15 | [alias] | 15 | [alias] |
16 | adog = "!git log --abbrev --decorate --oneline --graph" | ||
16 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 17 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
17 | stashstaged = !git stash --keep-index && \ | 18 | stashstaged = !git stash --keep-index && \ |
18 | git stash && \ | 19 | git stash && \ |