aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2021-03-13 12:13:42 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2021-03-13 12:13:42 +0800
commitd1cb6855839ccbaee61565c7af02b80bd158f7eb (patch)
treeec0c1f33d2a34a11180e9466a15c71893233e5b9 /gitconfig
parentef96048994ef06c097be3da25540d8b7e66eb7ef (diff)
update
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"