dotfiles/.gitconfig
Michael Grote 6c0afe7a41 git: add autoSetupRemote
Signed-off-by: Michael Grote <michael.grote@dataport.de>
2024-09-16 09:47:02 +02:00

41 lines
676 B
INI

[user]
name = Michael Grote
email = michael.grote@posteo.de
[credential]
helper = store
[alias]
remote = remote -v
[core]
autocrlf = input
whitespace = blank-at-eol,space-before-tab,blank-at-eof
[help]
autocorrect = 20 # https://opensource.com/article/20/11/git-aliases
[status]
showUntrackedFiles = all
[push]
default = current
autoSetupRemote = true
[pull]
rebase = true
autostash = true
[merge]
conflictStyle = diff3
autostash = true
[rebase]
autostash = true
[diff]
renames = true
wsErrorHighlight = all
[fetch]
prune = true
[safe]
directory = *
[advice]
addIgnoredFile = true
addEmptyPathspec = false
[commit]
verbose = true
[rerere]
enabled = true
[diff]
tool = vimdiff