diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-11-04 22:46:14 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-11-04 22:56:13 +0800 |
commit | 69b2b3532b22898c7df8c5ee43a98d095bab67c2 (patch) | |
tree | 29f815e17fceeec00c224c800af47c4fc9cba2f3 /gitconfig | |
parent | c45471e80026ed5f9279ac21a4e38e7bf53fbc5e (diff) |
Update
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 && \ |