dotfiles/.gitconfig

41 lines
661 B
INI
Raw Permalink Normal View History

2020-07-13 09:45:25 +02:00
[user]
2024-05-06 22:44:40 +02:00
name = Michael Grote
email = michael.grote@posteo.de
2020-10-12 18:56:12 +02:00
[credential]
2024-05-06 22:44:40 +02:00
helper = store
2021-05-01 17:00:18 +02:00
[alias]
2024-05-06 22:44:40 +02:00
remote = remote -v
2021-08-12 13:22:23 +02:00
[core]
2024-05-06 22:44:40 +02:00
autocrlf = input
whitespace = blank-at-eol,space-before-tab,blank-at-eof
2021-08-30 22:25:10 +02:00
[help]
2024-05-06 22:44:40 +02:00
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
2023-02-16 11:14:18 +01:00
[status]
showUntrackedFiles = all
[push]
2024-05-06 22:44:40 +02:00
default = simple
2023-02-16 11:14:18 +01:00
[pull]
2024-05-06 22:44:40 +02:00
rebase = true
autostash = true
2022-01-25 08:49:02 +01:00
[merge]
2024-05-06 22:44:40 +02:00
conflictStyle = diff3
autostash = true
2023-08-14 09:22:44 +02:00
[rebase]
2024-05-06 22:44:40 +02:00
autostash = true
2023-02-16 11:14:18 +01:00
[diff]
2024-05-06 22:44:40 +02:00
renames = true
wsErrorHighlight = all
2023-02-16 11:14:18 +01:00
[fetch]
2024-05-06 22:44:40 +02:00
prune = true
2022-04-14 12:22:22 +02:00
[safe]
2024-05-06 22:44:40 +02:00
directory = ~/dotfiles
2023-02-16 11:14:18 +01:00
[advice]
2024-05-06 22:44:40 +02:00
addIgnoredFile = true
addEmptyPathspec = false
[commit]
2024-05-06 22:44:40 +02:00
verbose = true
[rerere]
2024-05-06 22:44:40 +02:00
enabled = true
[diff]
2024-05-06 22:44:40 +02:00
tool = vimdiff