您好,欢迎来到二三娱乐。
搜索
您的当前位置:首页推荐的git 配置方式

推荐的git 配置方式

来源:二三娱乐
# git 推荐配置文件 用于 macOS
# vi ~/.gitconfig 
# 用于 Windows
# %USERPROFILE%/.gitconfig
#
[user]

    # 请务必改成自己的邮件地址和用户名称
    # email = 
    # name = daomul

[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

Copyright © 2019- yule263.com 版权所有 湘ICP备2023023988号-1

违法及侵权请联系:TEL:199 1889 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务