aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig
index bdc0121..6548819 100644
--- a/gitconfig
+++ b/gitconfig
@@ -1,6 +1,7 @@
1[user] 1[user]
2 email = typebrook@gmail.com 2 email = typebrook@gmail.com
3 name = Hsieh Chin Fan 3 name = Hsieh Chin Fan
4 signingkey = D6E0FBF2ED83191843F83EE1ABE01EF36DD8C14A
4 5
5[alias] 6[alias]
6 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" 7 reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2"