aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-11-04 22:46:14 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-11-04 22:56:13 +0800
commit69b2b3532b22898c7df8c5ee43a98d095bab67c2 (patch)
tree29f815e17fceeec00c224c800af47c4fc9cba2f3 /gitconfig
parentc45471e80026ed5f9279ac21a4e38e7bf53fbc5e (diff)
Update
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 && \