diff options
| author | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-07 11:42:08 +0800 |
|---|---|---|
| committer | Hsieh Chin Fan <typebrook@gmail.com> | 2020-10-07 11:42:08 +0800 |
| commit | 43b7cf898650d9f1a59e022acf2a1b7ceb37bf19 (patch) | |
| tree | 192c9fb1223150152e206db4cc39572b17bbfe11 | |
| parent | fbd1cf2edfcf257b0c5e8d8de30bc5b5cf20b240 (diff) | |
update
| -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 |