dotfiles/.gitconfig2
Dict Xiong 5b00add073
[core] update (#21)
* vim quiet install

* do not set LESS

* gitconfig and envs
2022-11-06 14:00:25 +08:00

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