dotwryn/config/gitconfig
2022-02-06 00:15:14 -07:00

26 lines
430 B
Plaintext

[user]
email = wagner.wryn@gmail.com
name = yage
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true
[color]
diff = always
status = always
branch = always
[submodule]
recurse = true
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
[init]
defaultBranch = main