dotfiles/.gitconfig
2022-04-14 12:22:22 +02:00

16 lines
309 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 = /home/mg/dotfiles