dotfiles/.gitconfig2

21 lines
463 B
Plaintext
Raw Normal View History

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