textgit配置(代码片段)

author author     2022-12-03     418

关键词:

[alias]
    co     = checkout
    ck     = checkout
    br     = branch
    ci     = commit
    st     = status
    s      = status
    c      = commit -m
    i      = !git ls-files -v | grep "^[[:lower:]]"
    ll     = !git --no-pager log -50 --graph --date-order -C -M --pretty=format:\"%C(yellow)%h%C(reset) - %C(green)%ad%C(reset) - %C(blue)%an%C(reset) %C(bold red)-%C(reset) %C(white)%s%C(reset) %C(bold red)%d%C(reset) \" --abbrev-commit --date=short
    up-sub = "!f()  cd $1 && git checkout master && git pull && git submodule update --init --recursive; ; f"
    ff     = "!git diff --color $@ | diff-so-fancy"
    random = !"git add -A; git commit -am \"$(fortune -s -n 80)\";"

[help]
    autocorrect = 3

[log]
    abbrevCommit = false
    decorate = true

[push]
    default = simple

[color]
    ui = true

[core]
    autocrlf = input
    safecrlf = true
    editor = atom

textgit配置文件(代码片段)

查看详情

textgit工作流程配置(代码片段)

查看详情

textgit流程(代码片段)

查看详情

textgit克隆(代码片段)

查看详情

textgit忽略(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit错误(代码片段)

查看详情

textgit凭据(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit忽略(代码片段)

查看详情

textgit属性(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit分支(代码片段)

查看详情

textgit命令(代码片段)

查看详情

textgit笔记(代码片段)

查看详情