dotfiles/.gitconfig

17 lines
309 B
INI
Raw Normal View History

2020-07-13 09:45:25 +02:00
[user]
2021-08-30 22:25:10 +02:00
name = Michael Grote
email = michael.grote@posteo.de
2020-10-12 18:56:12 +02:00
[credential]
2021-08-30 22:25:10 +02:00
helper = store
2021-05-01 17:00:18 +02:00
[alias]
2021-08-30 22:25:10 +02:00
remote = remote -v
2021-12-03 21:33:22 +01:00
c = checkout
2021-08-12 13:22:23 +02:00
[core]
2021-08-30 22:25:10 +02:00
editor = vim
[help]
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
2022-01-25 08:49:02 +01:00
[merge]
2022-04-14 12:22:22 +02:00
conflictStyle = diff3
[safe]
directory = /home/mg/dotfiles