我自己的.gitconfig文件

来源:互联网 发布:小视频定制软件 编辑:程序博客网 时间:2024/05/01 23:56
[user]
        name = ***
        email = ***@***.***
[core]
        editor = vim
[color]
        status = auto
        branch = auto
        diff = auto
        ui = true
        pager = true
[color "branch"]
        current = yellow reverse
        local = yellow
        remote = green
[color "diff"]
        meta = yellow bold
        frag = magenta bold
        old = red bold
        new = green bold
[color "status"]
        added = yellow
        changed = green
        untracked = cyan