.gitconfig
[user] name = Angelo Gladding email = ragt.ag signingkey = F8ABAF20 [core] excludesfile = ~/.gitignore [help] autocorrect = 1 [color] ui = true # [commit] # gpgsign = true [push] default = simple followTags = true [credential] helper = store [credential "https://ragt.ag"] username = owner [pull] rebase = false [init] defaultBranch = main |