2020-09-10 19:44:34 +00:00
|
|
|
[user]
|
|
|
|
email = wagner.wryn@gmail.com
|
2021-11-06 05:09:59 +00:00
|
|
|
name = yage
|
2020-09-10 19:44:34 +00:00
|
|
|
[push]
|
|
|
|
default = current
|
|
|
|
[difftool]
|
|
|
|
trustExitCode = true
|
|
|
|
prompt = false
|
|
|
|
[diff]
|
|
|
|
tool = vimdiff
|
|
|
|
[merge]
|
|
|
|
tool = vimdiff
|
|
|
|
[pull]
|
|
|
|
default = current
|
|
|
|
rebase = true
|
2021-02-05 22:49:22 +00:00
|
|
|
[color]
|
|
|
|
diff = always
|
|
|
|
status = always
|
|
|
|
branch = always
|
2021-09-16 16:43:17 +00:00
|
|
|
[submodule]
|
|
|
|
recurse = true
|
2021-09-21 15:28:57 +00:00
|
|
|
[alias]
|
|
|
|
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
|
2021-11-06 05:09:59 +00:00
|
|
|
[url "git@github.com:"]
|
|
|
|
insteadOf = https://github.com
|
|
|
|
[init]
|
|
|
|
defaultBranch = main
|