2022-05-22 00:53:55 +08:00
|
|
|
[user]
|
2022-11-06 14:00:25 +08:00
|
|
|
email = me@beardic.cn
|
|
|
|
name = Dict Xiong
|
2022-05-25 19:58:22 +08:00
|
|
|
[core]
|
|
|
|
editor = vim
|
2022-11-06 14:00:25 +08:00
|
|
|
# test this by `git update-index --test-untracked-cache`
|
|
|
|
# disable this by setting `GIT_DISABLE_UNTRACKED_CACHE`
|
|
|
|
untrackedCache = true
|
2022-11-24 20:51:35 +08:00
|
|
|
quotepath = false # chinese chars
|
2022-10-28 12:59:12 +08:00
|
|
|
[push]
|
|
|
|
autoSetupRemote = true
|
2023-12-07 18:14:42 +08:00
|
|
|
[pull]
|
|
|
|
ff = only
|
2022-11-06 14:00:25 +08:00
|
|
|
[branch]
|
|
|
|
# Show most recently changed branches first.
|
|
|
|
sort = -committerdate
|
|
|
|
[help]
|
|
|
|
autocorrect = 1
|
|
|
|
[init]
|
2022-11-24 20:51:35 +08:00
|
|
|
defaultBranch = main
|
|
|
|
[log]
|
|
|
|
date = iso
|