dotfiles/.gitconfig2
2025-01-17 21:29:31 +08:00

23 lines
483 B
Plaintext

[user]
email = git@dxng.net
name = Dict Xiong
[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
[push]
autoSetupRemote = true
[pull]
ff = only
[branch]
# Show most recently changed branches first.
sort = -committerdate
[help]
autocorrect = 1
[init]
defaultBranch = main
[log]
date = iso