oh-my-git/scripts/gitconfig

17 lines
237 B
Plaintext

[user]
email = you@time.agency
name = You
[core]
editor = ~/fake-editor
[init]
templateDir = ""
defaultBranch = main
[log]
decorate = true
[advice]
detachedHead = false
[receive]
denyCurrentBranch = ignore
[pull]
rebase = false