From 89fe8ae55b4d7a8de25f2df71d6e60103ac59623 Mon Sep 17 00:00:00 2001 From: typebrook Date: Thu, 28 Mar 2019 10:20:23 +0800 Subject: update --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 1b728c4..c9799e7 100644 --- a/gitconfig +++ b/gitconfig @@ -1,6 +1,7 @@ [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 && \ @@ -8,7 +9,9 @@ git stash apply stash@{1} && \ git stash show -p | git apply -R && \ git stash drop stash@{1} + [core] pager = + [color] ui = off -- cgit v1.2.3-70-g09d2