chore: Updated git config
79a13aff
1 file(s) · +9 −0
| 7 | 7 | compression = 9 |
|
| 8 | 8 | whitespace = error |
|
| 9 | 9 | preloadindex = true |
|
| 10 | + | pager = delta |
|
| 10 | 11 | ||
| 11 | 12 | [commit] |
|
| 12 | 13 | template = ~/.config/git/template |
|
| 33 | 34 | [diff] |
|
| 34 | 35 | context = 3 |
|
| 35 | 36 | interHunkContext = 10 |
|
| 37 | + | ||
| 38 | + | [interactive] |
|
| 39 | + | diffFilter = delta --color-only --dark --true-color always |
|
| 40 | + | ||
| 41 | + | [delta] |
|
| 42 | + | navigate = true |
|
| 43 | + | light = false |
|
| 44 | + | side-by-side = true |
|
| 36 | 45 | ||
| 37 | 46 | [push] |
|
| 38 | 47 | followTags = true |
|