diff options
Diffstat (limited to 'gitconfig')
| -rw-r--r-- | gitconfig | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -3,3 +3,7 @@ | |||
| 3 | name = typebrook | 3 | name = typebrook |
| 4 | [alias] | 4 | [alias] |
| 5 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" | 5 | reorder = "!GIT_SEQUENCE_EDITOR=\"sed -i -n 'h;1n;2p;g;p'\" git rebase -i HEAD~2" |
| 6 | [core] | ||
| 7 | pager = tig | ||
| 8 | [color] | ||
| 9 | ui = off | ||