feat(git): added git config

This commit is contained in:
Sebastian Rust
2025-11-02 10:06:17 +01:00
parent b00b865f69
commit 8cd3944373
4 changed files with 49 additions and 3 deletions

19
dot_config/git/config Normal file
View File

@@ -0,0 +1,19 @@
[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