mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 11:17:02 +08:00
23 lines
484 B
Plaintext
23 lines
484 B
Plaintext
[user]
|
|
email = me@beardic.cn
|
|
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
|