# git 推薦配置文件 用于 macOS
# 修改全局項目
# vi ~/.gitconfig
# 修改當前項目
# vi .git/config.
# 用于 Windows
# %USERPROFILE%/.gitconfig
#
[user]
# 請務(wù)必改成自己的郵件地址和用戶名稱
# email = ****@qq.com
# name = *****
[tar "tar.xz"]
command = xz -cz9
[core]
# eol = lf
filemode = false # 僅用于 Windows
autocrlf = false
safecrlf = warn
longpaths = true
quotepath = false
[i18n]
commitEncoding = utf-8
[branch]
autosetuprebase = always
[pull]
rebase = true
[rebase]
autosquash = true
[merge]
renormalize = true
[http]
sslVerify = false
[credential]
# 記著密碼野舶,僅用于 Windows
helper = manager
# 緩存密碼,用于 macOS/Linux/Windows
# helper = cache --timeout=604800
最后編輯于 :
?著作權(quán)歸作者所有,轉(zhuǎn)載或內(nèi)容合作請聯(lián)系作者