oh-my-git/scripts/gitconfig

13 lines
176 B
Plaintext
Raw Normal View History

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