dotfiles/gitconfig

17 lines
263 B
Plaintext
Raw Normal View History

[user]
name = Shoofle Munroe
email = xsigma@gmail.com
[credential]
helper = cache --timeout=7200
[color]
ui = auto
[core]
quotePath = false
commitGraph = true
[receive]
advertisePushOptions = true
[gc]
writeCommitGraph = true
[init]
defaultBranch = main