feat(git): added git config
This commit is contained in:
19
dot_config/git/config
Normal file
19
dot_config/git/config
Normal 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
|
||||
Reference in New Issue
Block a user