dotfiles/config/git/gitconfig
2023-06-11 10:02:20 +02:00

10 lines
154 B
Text

[user]
name = Inhji
email = johnnie@posteo.de
username = inhji
[core]
excludesfile = ~/.gitignore
[init]
defaultBranch = main
[pull]
ff = true