mirror of
https://github.com/DictXiong/dotfiles.git
synced 2024-11-24 16:27:02 +08:00
17 lines
402 B
Plaintext
17 lines
402 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
|
|
[push]
|
|
autoSetupRemote = true
|
|
[branch]
|
|
# Show most recently changed branches first.
|
|
sort = -committerdate
|
|
[help]
|
|
autocorrect = 1
|
|
[init]
|
|
defaultBranch = main |