16 lines
302 B
INI
16 lines
302 B
INI
[user]
|
|
name = Michael Grote
|
|
email = michael.grote@posteo.de
|
|
[credential]
|
|
helper = store
|
|
[alias]
|
|
remote = remote -v
|
|
c = checkout
|
|
[core]
|
|
editor = vim
|
|
[help]
|
|
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
|
|
[merge]
|
|
conflictStyle = diff3
|
|
[safe]
|
|
directory = ~/dotfiles
|