dotfiles/config/git/gitconfig

11 lines
154 B
Plaintext

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