diff options
Diffstat (limited to 'git/gitconfig')
| -rw-r--r-- | git/gitconfig | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/git/gitconfig b/git/gitconfig deleted file mode 100644 index 7037c8f..0000000 --- a/git/gitconfig +++ /dev/null | |||
| @@ -1,29 +0,0 @@ | |||
| 1 | [user] | ||
| 2 | email = ts@its1.de | ||
| 3 | name = Thomas Schmucker | ||
| 4 | |||
| 5 | [init] | ||
| 6 | defaultBranch = master | ||
| 7 | |||
| 8 | [core] | ||
| 9 | pager = delta | ||
| 10 | |||
| 11 | [interactive] | ||
| 12 | diffFilter = delta --color-only | ||
| 13 | |||
| 14 | [delta] | ||
| 15 | light = false | ||
| 16 | navigate = true | ||
| 17 | side-by-side = true | ||
| 18 | line-numbers = true | ||
| 19 | tabs = 4 | ||
| 20 | |||
| 21 | [merge] | ||
| 22 | conflictstyle = diff3 | ||
| 23 | |||
| 24 | [diff] | ||
| 25 | colorMoved = default | ||
| 26 | |||
| 27 | [alias] | ||
| 28 | lg = log --color --graph --pretty=format:'%C(magenta)%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --branches | ||
| 29 | |||
