dotwryn/config/git.conf

28 lines
448 B
Plaintext
Raw Normal View History

2020-09-10 13:44:34 -06:00
[user]
2022-02-17 13:15:08 -07:00
email = yage@yage.io
2021-11-05 23:09:59 -06:00
name = yage
2020-09-10 13:44:34 -06:00
[push]
default = current
[difftool]
trustExitCode = true
prompt = false
[diff]
tool = vimdiff
[merge]
tool = vimdiff
[pull]
default = current
rebase = true
2023-11-11 07:16:04 -07:00
[rebase]
autostash = true
[color]
diff = always
status = always
branch = always
2021-09-16 10:43:17 -06:00
[submodule]
recurse = true
2021-09-21 09:28:57 -06:00
[alias]
serve = !git daemon --verbose --export-all --base-path=.git --reuseaddr --strict-paths .git/
2021-11-05 23:09:59 -06:00
[init]
defaultBranch = main