fairyin

[user]
    name = Fairyin
    email = fairyin@126.com
[alias]
    co = checkout
    ci = commit
    st = status
    pl = pull
    ps = push
    dt = difftool
    l = log --stat
    cp = cherry-pick
    ca = commit -a
    b = branch
[color]
    branch = auto
    diff = auto
    status = auto
    grep = auto
    ui = auto
    interactive = auto
[color "branch"]
    current = yellow reverse
    local = yellow
    remote = green
[color "diff"]
    meta = yellow
    frag = magenta
    old = red
    new = green
[color "status"]
    added = green
    changed = red
    untracked = cyan

分类:

技术点:

相关文章:

  • 2021-12-28
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
  • 2021-12-21
  • 2018-09-28
  • 2021-07-06
  • 2021-09-08
猜你喜欢
  • 2021-12-31
  • 2021-12-21
  • 2021-12-21
  • 2021-05-27
  • 2021-12-21
  • 2021-12-10
相关资源
相似解决方案