跳转至

git配置文件

[credential "helperselector"]
    selected = manager

[core]
    autocrlf = false
    pager = delta

[interactive]
    diffFilter = delta --color-only

# https://github.com/dandavison/delta
[delta]
    syntax-theme = Visual Studio Dark+
    navigate = true    # use n and N to move between diff sections
    line-numbers = true
    ; minus-style = red bold ul "#ffeeee"
    minus-style = red bold 
    line-numbers-minus-style = red bold
    plus-style = green bold 
    line-numbers-plus-style = green bold
    file-style = white 
    side-by-side = true

# 需要BCompare
[merge]
    conflictstyle = diff3
    tool = bc4

[diff]
    colorMoved = default
[http]
    proxy = 'socks5://10.10.22.117:7890'
[https]
    proxy = 'socks5://10.10.22.117:7890'

[mergetool "bc4"]
    trustExitCode = true
    path = D:\\tools\\Beyond Compare 4\\BCompare.exe
[mergetool]
    keepBackup = false

本文总阅读量
回到页面顶部