Skip to main content

文件状态配色

    vi ~/.gitconfig # 打开 git 配置文件📃
# 我的颜色配置如下:
[color "status"]
added = "#32ff24"
changed = "#6897BB"
untracked = magenta
deleted = red
[color]
ui = true