aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-06-15 00:10:03 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-06-15 00:10:03 +0800
commitf5beebeebaaffea49b9fdcf201da843fe01831f0 (patch)
tree2d340bb4d1325224e3d88901cb0ecef33b829a70 /gitconfig
parent27d0fe3f4aee6f0e754060c6ca92cbe6567a564c (diff)
update
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/gitconfig b/gitconfig
index 5b8f786..82fc833 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,6 +1,6 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = typebrook@gmail.com
3 name = typebrook 3 name = Hsieh Chin Fan
4 4
5[alias] 5[alias]
6 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 6 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"