git 配置

来源:互联网 发布:nero刻录软件 编辑:程序博客网 时间:2024/06/05 16:55
[color]
ui = auto
[alias]
        st = status
        co = checkout
        br = branch
        plog = log --oneline
pplog = log  --pretty=format:'%cd %C(white)%an:%cn%Creset %n%C(yellow)%h%Creset %C(cyan)%s ' --abbrev-commit --date=short
[user]
email = xxx@163.com
name = xxx
[core]
        editor = vim
0 0