diff options
| -rw-r--r-- | gitconfig | 10 |
1 files changed, 5 insertions, 5 deletions
| @@ -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 |