diff options
| -rw-r--r-- | gitconfig | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,6 +1,6 @@ | |||
| 1 | [user] | 1 | [user] |
| 2 | email = typebrook@gmail.com | 2 | email = typebrook@gmail.com |
| 3 | name = typebrook | 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" |