diff options
Diffstat (limited to 'git')
| -rw-r--r-- | git/gitconfig | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig new file mode 100644 index 0000000..58c34f1 --- /dev/null +++ b/git/gitconfig | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | [user] | ||
| 2 | email = ts@its1.de | ||
| 3 | name = Thomas Schmucker | ||
| 4 | |||
| 5 | [core] | ||
| 6 | pager = delta | ||
| 7 | |||
| 8 | [interactive] | ||
| 9 | diffFilter = delta --color-only | ||
| 10 | |||
| 11 | [delta] | ||
| 12 | light = false | ||
| 13 | navigate = true | ||
| 14 | side-by-side = true | ||
| 15 | line-numbers = true | ||
| 16 | |||
| 17 | [merge] | ||
| 18 | conflictstyle = diff3 | ||
| 19 | |||
| 20 | [diff] | ||
| 21 | colorMoved = default | ||
| 22 | |||
