aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authortypebrook <typebrook@gmail.com>2019-03-25 22:18:11 +0800
committertypebrook <typebrook@gmail.com>2019-03-25 22:18:11 +0800
commit72b6f46e4b545231ce6adf6b51cf0ab563618f55 (patch)
tree00e60483c934f160297251b3989a4163a62b9e03 /gitconfig
parent7d328186d98fe2d4a941d4a1a3d3cf1c3ae00bef (diff)
update
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index 1df5b38..1b728c4 100644
--- a/gitconfig
+++ b/gitconfig
@@ -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]