aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
authorHsieh Chin Fan <typebrook@gmail.com>2020-10-07 11:42:08 +0800
committerHsieh Chin Fan <typebrook@gmail.com>2020-10-07 11:42:08 +0800
commit43b7cf898650d9f1a59e022acf2a1b7ceb37bf19 (patch)
tree192c9fb1223150152e206db4cc39572b17bbfe11 /gitconfig
parentfbd1cf2edfcf257b0c5e8d8de30bc5b5cf20b240 (diff)
update
Diffstat (limited to 'gitconfig')
-rw-r--r--gitconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/gitconfig b/gitconfig
index 82fc833..d74ea7d 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 = Hsieh Chin Fan 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"
@@ -12,11 +12,11 @@
12 swapprotocol = !swap-protocol.bash 12 swapprotocol = !swap-protocol.bash
13 13
14[core] 14[core]
15 editor = vim 15 editor = vim
16 pager = 16 pager =
17 17
18[merge] 18[merge]
19 tool = vimdiff 19 tool = vimdiff
20 20
21[credential] 21[credential]
22 helper = store 22 helper = store