aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index a006560..a42892d 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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 && \