Files
dotfiles/dot_config/git/config
2025-11-02 10:06:17 +01:00

20 lines
292 B
Plaintext

[user]
email = srust@posteo.net
name = Sebastian Rust
[init]
defaultBranch = main
[core]
excludesfile = /home/jack/.config/git/gitignore
[credential]
helper = store
[merge]
tool = meld
[diff]
tool = meld
[difftool]
prompt = false
[pull]
rebase = false
[push]
autoSetupRemote = true