dotwryn/config/git.conf

28 lines
448 B
Plaintext
Raw Normal View History

2020-09-10 19:44:34 +00:00
[user]
2022-02-17 20:15:08 +00:00
email = yage@yage.io
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
2023-11-11 14:16:04 +00:00
[rebase]
autostash = true
[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
[init]
defaultBranch = main