aboutsummaryrefslogtreecommitdiffhomepage
path: root/gitconfig
diff options
context:
space:
mode:
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